We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c27e9d commit 30b168cCopy full SHA for 30b168c
.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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2.3.1
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments