We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rajbos
Learn more about funding links in repositories.
Report abuse
1 parent 6f9353f commit 9729d8aCopy full SHA for 9729d8a
.github/workflows/check-dist.yml
@@ -74,7 +74,7 @@ jobs:
74
id: diff
75
76
# If index.js was different than expected, upload the expected version as an artifact
77
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
78
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
79
with:
80
name: dist
.github/workflows/publishing.yml
@@ -36,7 +36,7 @@ jobs:
36
}
37
38
- name: Upload result file as artefact
39
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v2.3.1
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments