|
23 | 23 | - name: Archive node_modules |
24 | 24 | run: tar --use-compress-program "zstd -T0 --long=31 -1" -cf node_modules.tar.zstd -P node_modules |
25 | 25 | - name: Persisting node_modules artifact |
26 | | - uses: actions/upload-artifact@v3 |
| 26 | + uses: actions/upload-artifact@v4 |
27 | 27 | with: |
28 | 28 | name: node_modules.tar.zstd |
29 | 29 | path: node_modules.tar.zstd |
|
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@v3 |
| 52 | + uses: actions/download-artifact@v4 |
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@v3 |
| 87 | + uses: actions/download-artifact@v4 |
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@v3 |
| 124 | + uses: actions/download-artifact@v4 |
125 | 125 | with: |
126 | 126 | name: node_modules.tar.zstd |
127 | 127 | - name: Unarchive node_modules |
|
0 commit comments