We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca6433 commit c22c558Copy full SHA for c22c558
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
# - action artifacts can be downloaded for 90 days, then are removed by github
85
# - binaries in PRs from forks won't be signed
86
- name: Attach produced packages to Github Action
87
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v4
88
with:
89
name: built-on-${{ matrix.os }}
90
path: build/ipfs_companion*.*
0 commit comments