Skip to content

Commit

Permalink
fix github release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jan 30, 2025
1 parent 5505a11 commit 418e73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
# make geth-linux-arm

- name: Upload Linux Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-20.04'
with:
name: linux
path: ./build/bin/geth

- name: Upload MacOS Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.os == 'macos-latest'
with:
name: macos
Expand Down

0 comments on commit 418e73e

Please sign in to comment.