Skip to content

Commit

Permalink
chore(ci): update upload-artifact action to v4 (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 27, 2025
1 parent 7ca6433 commit c22c558
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 c22c558

Please sign in to comment.