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.
2 parents 4acb675 + c61339f commit 192ac58Copy full SHA for 192ac58
.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v2.3.1
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments