File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
always-auth : true
60
60
registry-url : https://registry.npmjs.org
61
61
- name : Restore node_modules artifact
62
- uses : actions/download-artifact@v4
62
+ uses : actions/download-artifact@v5
63
63
with :
64
64
name : node_modules.tar.zstd
65
65
- name : Unarchive node_modules
93
93
always-auth : true
94
94
registry-url : https://registry.npmjs.org
95
95
- name : Restore node_modules artifact
96
- uses : actions/download-artifact@v4
96
+ uses : actions/download-artifact@v5
97
97
with :
98
98
name : node_modules.tar.zstd
99
99
- name : Unarchive node_modules
@@ -129,7 +129,7 @@ jobs:
129
129
always-auth : true
130
130
registry-url : https://registry.npmjs.org
131
131
- name : Restore node_modules artifact
132
- uses : actions/download-artifact@v4
132
+ uses : actions/download-artifact@v5
133
133
with :
134
134
name : node_modules.tar.zstd
135
135
- name : Unarchive node_modules
You can’t perform that action at this time.
0 commit comments