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 e7e97a7 + d5b5e0a commit 985c138Copy full SHA for 985c138
.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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v2.3.1
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments