|
34 | 34 | if: steps.cache_npm.outputs.cache-hit != 'true' |
35 | 35 | run: tar --use-compress-program "zstd -T0 --long=31 -1" -cf node_modules.tar.zstd -P node_modules |
36 | 36 | - name: Persisting node_modules artifact |
37 | | - uses: actions/upload-artifact@v3 |
| 37 | + uses: actions/upload-artifact@v4 |
38 | 38 | with: |
39 | 39 | name: node_modules.tar.zstd |
40 | 40 | path: node_modules.tar.zstd |
|
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@v3 |
| 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@v3 |
| 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@v3 |
| 132 | + uses: actions/download-artifact@v5 |
133 | 133 | with: |
134 | 134 | name: node_modules.tar.zstd |
135 | 135 | - name: Unarchive node_modules |
|
0 commit comments