We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c9bf86 + 781d823 commit a37aa4fCopy full SHA for a37aa4f
.github/workflows/package-check.yml
@@ -41,7 +41,7 @@ jobs:
41
id: diff
42
43
# If index.js was different than expected, upload the expected version as an artifact
44
- - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4.5.0
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
45
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
46
with:
47
name: dist
0 commit comments