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 6ea5bec + 414ffb8 commit 00daf7bCopy full SHA for 00daf7b
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v2.3.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments