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 54a782d + 1bc1b70 commit 8b88debCopy full SHA for 8b88deb
.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 for debugging purposes
48
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
49
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
50
with:
51
name: dist
0 commit comments