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 319d523 + 4494606 commit 0eb945cCopy full SHA for 0eb945c
.github/workflows/package-check.yml
@@ -39,7 +39,7 @@ jobs:
39
id: diff
40
41
# If index.js was different than expected, upload the expected version as an artifact
42
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4.4.3
+ - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4.5.0
43
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
44
with:
45
name: dist
0 commit comments