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 5925a74 commit 5152464Copy full SHA for 5152464
.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@v3
+ - uses: actions/upload-artifact@v4
49
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
50
with:
51
name: dist
0 commit comments