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 f952cbb + f736d24 commit b0bc410Copy full SHA for b0bc410
.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@v2
+ - uses: actions/upload-artifact@v3
48
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
49
with:
50
name: dist
0 commit comments