From 2ff32b5f78963369cb3ae9517c9e2a068b60295e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:31:26 +0000 Subject: [PATCH 1/2] Update Artifact GitHub Actions dependencies --- .github/workflows/build-docker.yml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- .github/workflows/publish-pypi.yml | 2 +- .github/workflows/publish-wasm.yml | 2 +- .github/workflows/release.yml | 10 +++++----- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index ca446ecc3416d..543b510153c6e 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -123,7 +123,7 @@ jobs: packages: write steps: - name: Download digests - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/digests pattern: digests-* @@ -301,7 +301,7 @@ jobs: packages: write steps: - name: Download digests - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: path: /tmp/digests pattern: digests-* diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0163b8ad65907..9f41b4fd69b31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1076,7 +1076,7 @@ jobs: tool: cargo-codspeed - name: "Download benchmark binary" - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: benchmarks-instrumented-ty-binary path: target/codspeed @@ -1171,7 +1171,7 @@ jobs: tool: cargo-codspeed - name: "Download benchmark binary" - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: benchmarks-walltime-binary path: target/codspeed diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index ca43f1ef0f681..e204c7e79de9b 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -25,7 +25,7 @@ jobs: uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 with: version: "0.10.12" - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: wheels-* path: wheels diff --git a/.github/workflows/publish-wasm.yml b/.github/workflows/publish-wasm.yml index 7be6baa345683..690d1b666b93c 100644 --- a/.github/workflows/publish-wasm.yml +++ b/.github/workflows/publish-wasm.yml @@ -22,7 +22,7 @@ jobs: target: [web, bundler, nodejs] fail-fast: false steps: - - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: wasm-npm-${{ matrix.target }} path: pkg diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52dec73148e91..45ac8ee0b5f60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,14 +140,14 @@ jobs: persist-credentials: false submodules: recursive - name: Install cached dist - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c + uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 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@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c + uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 with: pattern: artifacts-* path: target/distrib/ @@ -192,14 +192,14 @@ jobs: persist-credentials: false submodules: recursive - name: Install cached dist - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c + uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 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@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c + uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 with: pattern: artifacts-* path: target/distrib/ @@ -273,7 +273,7 @@ jobs: submodules: recursive # Create a GitHub Release while uploading all files to it - name: "Download GitHub Artifacts" - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c + uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 with: pattern: artifacts-* path: artifacts From 78839c4dad0d3d9e6a4c8726ed699185b1bdbf22 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 23 Mar 2026 08:11:15 +0000 Subject: [PATCH 2/2] Discard changes to .github/workflows/release.yml --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45ac8ee0b5f60..52dec73148e91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,14 +140,14 @@ jobs: persist-credentials: false submodules: recursive - name: Install cached dist - uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c 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@484a0b528fb4d7bd804637ccb632e47a0e638317 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: artifacts-* path: target/distrib/ @@ -192,14 +192,14 @@ jobs: persist-credentials: false submodules: recursive - name: Install cached dist - uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c 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@484a0b528fb4d7bd804637ccb632e47a0e638317 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: artifacts-* path: target/distrib/ @@ -273,7 +273,7 @@ jobs: submodules: recursive # Create a GitHub Release while uploading all files to it - name: "Download GitHub Artifacts" - uses: actions/download-artifact@484a0b528fb4d7bd804637ccb632e47a0e638317 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: artifacts-* path: artifacts