Skip to content

Commit d00bdbe

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 64a8ded commit d00bdbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v5
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@v5
6464
with:
6565
name: dist
6666
path: dist/

0 commit comments

Comments
 (0)