Skip to content

Commit

Permalink
chore: update upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 24, 2025
1 parent 7ca6433 commit ac95ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# - action artifacts can be downloaded for 90 days, then are removed by github
# - binaries in PRs from forks won't be signed
- name: Attach produced packages to Github Action
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4
with:
name: built-on-${{ matrix.os }}
path: build/ipfs_companion*.*
Expand Down

0 comments on commit ac95ac1

Please sign in to comment.