We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e481de2 + 8ec5436 commit e82710fCopy full SHA for e82710f
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@v4
+ - uses: actions/upload-artifact@v5
50
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
51
with:
52
name: dist
0 commit comments