We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4020e46 + a32a57a commit 309421fCopy full SHA for 309421f
1 file changed
.github/workflows/check-dist.yml
@@ -35,7 +35,7 @@ jobs:
35
id: diff
36
37
# If index.js was different than expected, upload the expected version as an artifact
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
40
with:
41
name: dist
0 commit comments