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.
1 parent 7845468 commit c61e3a8Copy full SHA for c61e3a8
.github/workflows/check-dist.yml
@@ -45,7 +45,7 @@ jobs:
45
id: diff
46
47
# If index.js was different than expected, upload the expected version as an artifact
48
- - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
+ - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
49
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
50
with:
51
name: dist
0 commit comments