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 49
49
always-auth : true
50
50
registry-url : https://registry.npmjs.org
51
51
- name : Restore node_modules artifact
52
- uses : actions/download-artifact@v4
52
+ uses : actions/download-artifact@v5
53
53
with :
54
54
name : node_modules.tar.zstd
55
55
- name : Unarchive node_modules
84
84
always-auth : true
85
85
registry-url : https://registry.npmjs.org
86
86
- name : Restore node_modules artifact
87
- uses : actions/download-artifact@v4
87
+ uses : actions/download-artifact@v5
88
88
with :
89
89
name : node_modules.tar.zstd
90
90
- name : Unarchive node_modules
@@ -121,7 +121,7 @@ jobs:
121
121
always-auth : true
122
122
registry-url : https://registry.npmjs.org
123
123
- name : Restore node_modules artifact
124
- uses : actions/download-artifact@v4
124
+ uses : actions/download-artifact@v5
125
125
with :
126
126
name : node_modules.tar.zstd
127
127
- name : Unarchive node_modules
You can’t perform that action at this time.
0 commit comments