Skip to content

Commit 6f80566

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 263eb37 commit 6f80566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
registry-url: https://registry.npmjs.org/
4747
- name: Set env
4848
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
name: dist
5252
path: ./dist

0 commit comments

Comments
 (0)