We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dceabeb + 7f5552d commit 96e30abCopy full SHA for 96e30ab
.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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
+ - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v2.3.1
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v2.3.1
40
41
name: test
42
path: test.json
0 commit comments