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 7625822 commit 919be07Copy full SHA for 919be07
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
npx can-npm-publish --verbose && echo "can_publish=true" >> $GITHUB_OUTPUT || echo "can_publish=false" >> $GITHUB_OUTPUT
38
continue-on-error: true
39
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
40
with:
41
name: dist
42
path: dist
@@ -54,7 +54,7 @@ jobs:
54
55
node-version: 24
56
registry-url: "https://registry.npmjs.org"
57
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
58
59
60
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments