We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d0827 + f4de6ca commit 1f7dd35Copy full SHA for 1f7dd35
1 file changed
.github/workflows/check-dist.yml
@@ -46,7 +46,7 @@ jobs:
46
id: diff
47
48
# If index.js was different than expected, upload the expected version as an artifact
49
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
50
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
51
with:
52
name: dist
0 commit comments