From 9b32e3d0cb9a15519868e9a3de7671745ba0e599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 19:22:35 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 6 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/issue-notifier.yml | 2 +- .github/workflows/pr-notifier.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67eeb88a7d..6ae91aa1b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: cargo +nightly fmt --all -- --check ./crates/ink/tests/ui/trait_def/{pass,fail}/*.rs - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts @@ -229,7 +229,7 @@ jobs: cache-key: ${{ matrix.type }} - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts @@ -603,7 +603,7 @@ jobs: # cache-key: ${{ matrix.partition }} - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts @@ -736,7 +736,7 @@ jobs: id: extract_branch - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts @@ -766,7 +766,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download reports' artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: downloaded_artifacts @@ -814,7 +814,7 @@ jobs: id: extract_branch - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts @@ -858,7 +858,7 @@ jobs: type: [ sol, all ] steps: - name: Download reports' artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: path: downloaded_artifacts @@ -896,7 +896,7 @@ jobs: cache-directories: ${{ github.workspace }}/${{ env.CARGO_TARGET_DIR }} - name: Download all-contracts artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: ${{ github.run_id }}-all-contracts diff --git a/.github/workflows/issue-notifier.yml b/.github/workflows/issue-notifier.yml index 535776c31e..bd149f947d 100644 --- a/.github/workflows/issue-notifier.yml +++ b/.github/workflows/issue-notifier.yml @@ -61,7 +61,7 @@ jobs: needs: fetch-issues steps: - name: Load outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: outputs path: outputs diff --git a/.github/workflows/pr-notifier.yml b/.github/workflows/pr-notifier.yml index 09aa4f54e7..bc5e542c32 100644 --- a/.github/workflows/pr-notifier.yml +++ b/.github/workflows/pr-notifier.yml @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Load outputs - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: outputs path: outputs