Skip to content

Commit 88f9ed9

Browse files
chore(deps): update github artifact actions
1 parent 64a8ded commit 88f9ed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm ci
2626
npm run build
2727
- name: Save dist folder
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@v5
2929
with:
3030
name: dist
3131
path: dist/
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version-file: '.nvmrc'
4141
- name: Get dist folder
42-
uses: actions/download-artifact@v4
42+
uses: actions/download-artifact@v6
4343
with:
4444
name: dist
4545
path: dist/
@@ -60,7 +60,7 @@ jobs:
6060
node-version-file: '.nvmrc'
6161
registry-url: https://registry.npmjs.org/
6262
- name: Get dist folder
63-
uses: actions/download-artifact@v4
63+
uses: actions/download-artifact@v6
6464
with:
6565
name: dist
6666
path: dist/

0 commit comments

Comments
 (0)