We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a142d3 commit 8e5381eCopy full SHA for 8e5381e
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
subject-path: dist/
55
56
- name: Upload release distributions
57
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
58
with:
59
name: release-dists
60
path: dist/
.github/workflows/test.yml
@@ -204,7 +204,7 @@ jobs:
204
205
snapcraft-args: "-v"
206
207
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
208
209
name: ${{ steps.snapcraft-build.outputs.snap }}
210
path: ${{ steps.snapcraft-build.outputs.snap }}
0 commit comments