Skip to content

Commit c3039ae

Browse files
Update actions/download-artifact action to v5
1 parent 40ead39 commit c3039ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
always-auth: true
5050
registry-url: https://registry.npmjs.org
5151
- name: Restore node_modules artifact
52-
uses: actions/download-artifact@v4
52+
uses: actions/download-artifact@v5
5353
with:
5454
name: node_modules.tar.zstd
5555
- name: Unarchive node_modules
@@ -84,7 +84,7 @@ jobs:
8484
always-auth: true
8585
registry-url: https://registry.npmjs.org
8686
- name: Restore node_modules artifact
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v5
8888
with:
8989
name: node_modules.tar.zstd
9090
- name: Unarchive node_modules
@@ -121,7 +121,7 @@ jobs:
121121
always-auth: true
122122
registry-url: https://registry.npmjs.org
123123
- name: Restore node_modules artifact
124-
uses: actions/download-artifact@v4
124+
uses: actions/download-artifact@v5
125125
with:
126126
name: node_modules.tar.zstd
127127
- name: Unarchive node_modules

0 commit comments

Comments
 (0)