We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c79efc1 + ec9b1c1 commit 58ed04aCopy full SHA for 58ed04a
.github/workflows/check-dist.yml
@@ -76,7 +76,7 @@ jobs:
76
id: diff
77
78
# If index.js was different than expected, upload the expected version as an artifact
79
- - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
+ - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
80
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
81
with:
82
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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v2.3.1
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments