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 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
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
You can’t perform that action at this time.
0 commit comments