We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a40ce21 + 6cfd3f9 commit c79efc1Copy full SHA for c79efc1
.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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
+ - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v2.3.1
+ uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments