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 d7bc69e commit b900b64Copy full SHA for b900b64
.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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
+ - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
49
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
50
with:
51
name: dist
0 commit comments