Skip to content

Commit

Permalink
Use actions/upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cfallin committed Sep 5, 2024
1 parent c991cca commit cc03be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Assemble release artifats appropriate for this platform, then upload them
# unconditionally to this workflow's files so we have a copy of them.
- run: ./ci/build-tarballs.sh "${{ matrix.build }}" "${{ matrix.target }}"
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: bins-${{ matrix.build }}
path: dist
Expand Down

0 comments on commit cc03be7

Please sign in to comment.