Skip to content

Commit 48d7e4b

Browse files
chore(deps): update actions/download-artifact action to v4
1 parent 00c61c7 commit 48d7e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildDeploy.yml

+2-2
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@v3
71+
uses: actions/download-artifact@v4
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@v3
122+
uses: actions/download-artifact@v4
123123
with:
124124
name: build
125125
path: dist

0 commit comments

Comments
 (0)