Thanks to visit codestin.com Credit goes to github.com
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 4020e46 + a32a57a commit 2bcb242Copy full SHA for 2bcb242
.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