Skip to content

Commit 2dc4f1f

Browse files
authored
Merge pull request #154 from matsuri-tech/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents 1c5fb18 + 919be07 commit 2dc4f1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
npx can-npm-publish --verbose && echo "can_publish=true" >> $GITHUB_OUTPUT || echo "can_publish=false" >> $GITHUB_OUTPUT
3838
continue-on-error: true
39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v6
4040
with:
4141
name: dist
4242
path: dist
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
node-version: 24
5656
registry-url: "https://registry.npmjs.org"
57-
- uses: actions/download-artifact@v4
57+
- uses: actions/download-artifact@v7
5858
with:
5959
name: dist
6060
path: dist
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
node-version: 24
7878
registry-url: "https://registry.npmjs.org"
79-
- uses: actions/download-artifact@v4
79+
- uses: actions/download-artifact@v7
8080
with:
8181
name: dist
8282
path: dist

0 commit comments

Comments
 (0)