We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8add88c + 1f7dd35 commit d4c7aa4Copy full SHA for d4c7aa4
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