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 ac0d92b commit 51dff6dCopy full SHA for 51dff6d
.github/workflows/check-dist.yml
@@ -50,7 +50,7 @@ jobs:
50
id: diff
51
52
# If index.js was different than expected, upload the expected version as an artifact
53
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
54
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
55
with:
56
name: dist
.github/workflows/dependabot-post-update.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm run build && npm run package
37
38
- name: Upload dist artifact
39
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
40
41
42
path: dist/
0 commit comments