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 0eb945c + 838aae4 commit 14ac374Copy full SHA for 14ac374
.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4.5.0
+ - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
43
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
44
with:
45
name: dist
0 commit comments