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 5959 always-auth : true
6060 registry-url : https://registry.npmjs.org
6161 - name : Restore node_modules artifact
62- uses : actions/download-artifact@v4
62+ uses : actions/download-artifact@v5
6363 with :
6464 name : node_modules.tar.zstd
6565 - name : Unarchive node_modules
9393 always-auth : true
9494 registry-url : https://registry.npmjs.org
9595 - name : Restore node_modules artifact
96- uses : actions/download-artifact@v4
96+ uses : actions/download-artifact@v5
9797 with :
9898 name : node_modules.tar.zstd
9999 - name : Unarchive node_modules
@@ -129,7 +129,7 @@ jobs:
129129 always-auth : true
130130 registry-url : https://registry.npmjs.org
131131 - name : Restore node_modules artifact
132- uses : actions/download-artifact@v4
132+ uses : actions/download-artifact@v5
133133 with :
134134 name : node_modules.tar.zstd
135135 - name : Unarchive node_modules
You can’t perform that action at this time.
0 commit comments