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 231f24d + c0ecee7 commit 4abd799Copy full SHA for 4abd799
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # pin@v4.6.1
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # pin@v4.6.2
43
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
44
with:
45
name: dist
0 commit comments