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 56832aa commit 43a012eCopy full SHA for 43a012e
.github/workflows/check-dist.yml
@@ -44,7 +44,7 @@ jobs:
44
id: diff
45
46
# If index.js was different than expected, upload the expected version as an artifact
47
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
48
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
49
with:
50
retention-days: 1
0 commit comments