|
65 | 65 | shell: bash |
66 | 66 | run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.28.0/cargo-dist-installer.sh | sh" |
67 | 67 | - name: Cache dist |
68 | | - uses: actions/upload-artifact@v5 |
| 68 | + uses: actions/upload-artifact@v6 |
69 | 69 | with: |
70 | 70 | name: cargo-dist-cache |
71 | 71 | path: ~/.cargo/bin/dist |
|
81 | 81 | cat plan-dist-manifest.json |
82 | 82 | echo "manifest=$(jq -c "." plan-dist-manifest.json)" >> "$GITHUB_OUTPUT" |
83 | 83 | - name: "Upload dist-manifest.json" |
84 | | - uses: actions/upload-artifact@v5 |
| 84 | + uses: actions/upload-artifact@v6 |
85 | 85 | with: |
86 | 86 | name: artifacts-plan-dist-manifest |
87 | 87 | path: plan-dist-manifest.json |
@@ -156,7 +156,7 @@ jobs: |
156 | 156 |
|
157 | 157 | cp dist-manifest.json "$BUILD_MANIFEST_NAME" |
158 | 158 | - name: "Upload artifacts" |
159 | | - uses: actions/upload-artifact@v5 |
| 159 | + uses: actions/upload-artifact@v6 |
160 | 160 | with: |
161 | 161 | name: artifacts-build-local-${{ join(matrix.targets, '_') }} |
162 | 162 | path: | |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 |
|
203 | 203 | cp dist-manifest.json "$BUILD_MANIFEST_NAME" |
204 | 204 | - name: "Upload artifacts" |
205 | | - uses: actions/upload-artifact@v5 |
| 205 | + uses: actions/upload-artifact@v6 |
206 | 206 | with: |
207 | 207 | name: artifacts-build-global |
208 | 208 | path: | |
@@ -246,7 +246,7 @@ jobs: |
246 | 246 | cat dist-manifest.json |
247 | 247 | echo "manifest=$(jq -c "." dist-manifest.json)" >> "$GITHUB_OUTPUT" |
248 | 248 | - name: "Upload dist-manifest.json" |
249 | | - uses: actions/upload-artifact@v5 |
| 249 | + uses: actions/upload-artifact@v6 |
250 | 250 | with: |
251 | 251 | # Overwrite the previous copy |
252 | 252 | name: artifacts-dist-manifest |
|
0 commit comments