diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 376a11df3..004b023a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -95,7 +95,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: binaries-* merge-multiple: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dac3b497..1cecc4cd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -135,7 +135,7 @@ jobs: run: ${{ matrix.install_dist.run }} # Get the dist-manifest - name: Fetch local artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: target/distrib/ @@ -186,14 +186,14 @@ jobs: - name: Install Rust run: rustup update "1.91" --no-self-update && rustup default "1.91" - name: Install cached dist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: cargo-dist-cache path: ~/.cargo/bin/ - run: chmod +x ~/.cargo/bin/dist # Get all the local artifacts for the global tasks to use (for e.g. checksums) - name: Fetch local artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: target/distrib/ @@ -238,14 +238,14 @@ jobs: - name: Install Rust run: rustup update "1.91" --no-self-update && rustup default "1.91" - name: Install cached dist - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: cargo-dist-cache path: ~/.cargo/bin/ - run: chmod +x ~/.cargo/bin/dist # Fetch artifacts from scratch-storage - name: Fetch artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: target/distrib/ @@ -265,7 +265,7 @@ jobs: path: dist-manifest.json # Create a GitHub Release while uploading all files to it - name: "Download GitHub Artifacts" - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: artifacts @@ -305,7 +305,7 @@ jobs: token: ${{ secrets.HOMEBREW_TAP_TOKEN }} # So we have access to the formula - name: Fetch homebrew formulae - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: Formula/ @@ -343,7 +343,7 @@ jobs: if: ${{ !fromJson(needs.plan.outputs.val).announcement_is_prerelease || fromJson(needs.plan.outputs.val).publish_prereleases }} steps: - name: Fetch npm packages - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: artifacts-* path: npm/