File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
compiler/rustc_codegen_cranelift/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 working-directory : risc0
4848
4949 - name : Archive build output
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : rust-toolchain-${{ matrix.triple }}
5353 path : |
Original file line number Diff line number Diff line change 1515 contents : write
1616 steps :
1717 - name : Download artifacts
18- uses : actions/download-artifact@v3
18+ uses : actions/download-artifact@v4
1919 with :
2020 path : artifacts
2121 - name : Compress artifacts
Original file line number Diff line number Diff line change @@ -227,14 +227,14 @@ jobs:
227227
228228 - name : Upload prebuilt cg_clif
229229 if : matrix.os == 'windows-latest' || matrix.env.TARGET_TRIPLE != 'x86_64-pc-windows-gnu'
230- uses : actions/upload-artifact@v3
230+ uses : actions/upload-artifact@v4
231231 with :
232232 name : cg_clif-${{ matrix.env.TARGET_TRIPLE }}
233233 path : cg_clif.tar.xz
234234
235235 - name : Upload prebuilt cg_clif (cross compile)
236236 if : matrix.os != 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
237- uses : actions/upload-artifact@v3
237+ uses : actions/upload-artifact@v4
238238 with :
239239 name : cg_clif-${{ runner.os }}-cross-x86_64-mingw
240240 path : cg_clif.tar.xz
You can’t perform that action at this time.
0 commit comments