diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 397ecda51c..8a3a91984d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -148,7 +148,7 @@ jobs: cargo clippy --all-targets --all-features -- -D warnings - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | @@ -320,7 +320,7 @@ jobs: cargo clippy --all-targets --all-features -- -D warnings - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | @@ -498,7 +498,7 @@ jobs: cargo clippy --all-targets --all-features -- -D warnings - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | @@ -665,7 +665,7 @@ jobs: "${DOCKER}" \ -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash' - name: Upload the built artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.mode == 'release' with: name: rustup-init-${{ matrix.target }} @@ -834,7 +834,7 @@ jobs: "${DOCKER}" \ -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash' - name: Upload the built artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.mode == 'release' with: name: rustup-init-${{ matrix.target }} @@ -1028,7 +1028,7 @@ jobs: "${DOCKER}" \ -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash' - name: Upload the built artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.mode == 'release' with: name: rustup-init-${{ matrix.target }} @@ -1154,7 +1154,7 @@ jobs: fi - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | @@ -1285,7 +1285,7 @@ jobs: fi - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | diff --git a/ci/actions-templates/linux-builds-template.yaml b/ci/actions-templates/linux-builds-template.yaml index 07456082c1..6cc963b4d3 100644 --- a/ci/actions-templates/linux-builds-template.yaml +++ b/ci/actions-templates/linux-builds-template.yaml @@ -157,7 +157,7 @@ jobs: # skip-main skip-pr skip-stable "${DOCKER}" \ -c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash' - name: Upload the built artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: matrix.mode == 'release' with: name: rustup-init-${{ matrix.target }} diff --git a/ci/actions-templates/macos-builds-template.yaml b/ci/actions-templates/macos-builds-template.yaml index eefb8c7e79..243b903bb8 100644 --- a/ci/actions-templates/macos-builds-template.yaml +++ b/ci/actions-templates/macos-builds-template.yaml @@ -90,7 +90,7 @@ jobs: # skip-x86_64 skip-aarch64 fi - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: | diff --git a/ci/actions-templates/windows-builds-template.yaml b/ci/actions-templates/windows-builds-template.yaml index 151001ebd9..18c453679a 100644 --- a/ci/actions-templates/windows-builds-template.yaml +++ b/ci/actions-templates/windows-builds-template.yaml @@ -141,7 +141,7 @@ jobs: # skip-main skip-pr skip-stable cargo clippy --all-targets --all-features -- -D warnings - name: Upload the built artifact if: matrix.mode == 'release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: rustup-init-${{ matrix.target }} path: |