@@ -148,7 +148,7 @@ jobs:
148148 cargo clippy --all-targets --all-features -- -D warnings
149149 - name : Upload the built artifact
150150 if : matrix.mode == 'release'
151- uses : actions/upload-artifact@v4
151+ uses : actions/upload-artifact@v5
152152 with :
153153 name : rustup-init-${{ matrix.target }}
154154 path : |
@@ -320,7 +320,7 @@ jobs:
320320 cargo clippy --all-targets --all-features -- -D warnings
321321 - name : Upload the built artifact
322322 if : matrix.mode == 'release'
323- uses : actions/upload-artifact@v4
323+ uses : actions/upload-artifact@v5
324324 with :
325325 name : rustup-init-${{ matrix.target }}
326326 path : |
@@ -498,7 +498,7 @@ jobs:
498498 cargo clippy --all-targets --all-features -- -D warnings
499499 - name : Upload the built artifact
500500 if : matrix.mode == 'release'
501- uses : actions/upload-artifact@v4
501+ uses : actions/upload-artifact@v5
502502 with :
503503 name : rustup-init-${{ matrix.target }}
504504 path : |
@@ -665,7 +665,7 @@ jobs:
665665 "${DOCKER}" \
666666 -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
667667 - name : Upload the built artifact
668- uses : actions/upload-artifact@v4
668+ uses : actions/upload-artifact@v5
669669 if : matrix.mode == 'release'
670670 with :
671671 name : rustup-init-${{ matrix.target }}
@@ -834,7 +834,7 @@ jobs:
834834 "${DOCKER}" \
835835 -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
836836 - name : Upload the built artifact
837- uses : actions/upload-artifact@v4
837+ uses : actions/upload-artifact@v5
838838 if : matrix.mode == 'release'
839839 with :
840840 name : rustup-init-${{ matrix.target }}
@@ -1028,7 +1028,7 @@ jobs:
10281028 "${DOCKER}" \
10291029 -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
10301030 - name : Upload the built artifact
1031- uses : actions/upload-artifact@v4
1031+ uses : actions/upload-artifact@v5
10321032 if : matrix.mode == 'release'
10331033 with :
10341034 name : rustup-init-${{ matrix.target }}
@@ -1154,7 +1154,7 @@ jobs:
11541154 fi
11551155 - name : Upload the built artifact
11561156 if : matrix.mode == 'release'
1157- uses : actions/upload-artifact@v4
1157+ uses : actions/upload-artifact@v5
11581158 with :
11591159 name : rustup-init-${{ matrix.target }}
11601160 path : |
@@ -1285,7 +1285,7 @@ jobs:
12851285 fi
12861286 - name : Upload the built artifact
12871287 if : matrix.mode == 'release'
1288- uses : actions/upload-artifact@v4
1288+ uses : actions/upload-artifact@v5
12891289 with :
12901290 name : rustup-init-${{ matrix.target }}
12911291 path : |
0 commit comments