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 4fb41a0 + b0d45d0 commit bc96a0cCopy full SHA for bc96a0c
1 file changed
.github/workflows/check-dist.yml
@@ -38,7 +38,7 @@ jobs:
38
id: diff
39
40
# If index.js was different than expected, upload the expected version as an artifact
41
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
42
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
43
with:
44
name: dist
0 commit comments