Skip to content

Commit

Permalink
build electrs with upload-artifact v4
Browse files Browse the repository at this point in the history
v2 has been deprecated.
  • Loading branch information
jp1ac4 committed Oct 28, 2024
1 parent a43e40e commit bf51c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_electrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: downcase runner.os
run: echo ${{ runner.os }} | tr '[:upper:]' '[:lower:]' | echo RUNNER_OS_LOWER=$(</dev/stdin) >>${GITHUB_ENV}
- name: Upload libs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: electrs_${{ env.RUNNER_OS_LOWER }}_${{ env.ELECTRS_TAG }}
path: target/release/electrs
Expand Down

0 comments on commit bf51c30

Please sign in to comment.