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 64a6647 + 85b2c81 commit 3f69b1eCopy full SHA for 3f69b1e
.github/workflows/check-dist.yml
@@ -44,7 +44,7 @@ jobs:
44
id: diff
45
46
# If index.js was different than expected, upload the expected version as an artifact
47
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
48
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
49
with:
50
name: dist
0 commit comments