Skip to content

Commit f73e287

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent ecebc55 commit f73e287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildDeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: npm test
6969

7070
- name: download build artifact
71-
uses: actions/download-artifact@v4
71+
uses: actions/download-artifact@v5
7272
with:
7373
name: build
7474
path: dist
@@ -119,7 +119,7 @@ jobs:
119119
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
120120

121121
- name: download build artifact
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
name: build
125125
path: dist

0 commit comments

Comments
 (0)