From 4ee2c04e7d6cd97ee951a7e17f2a9fcebc04905b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:03:07 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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/release.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32d1ddd0..c826efe9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: # This avoids yarn concurrency issues on Windows and speeds up # the CLI build on all platforms. - name: Download web distribution - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ketch-web path: ${{ runner.temp }}/ketch-web @@ -262,7 +262,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts merge-multiple: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6851a009..ad2127ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -115,7 +115,7 @@ jobs: if: always() steps: - name: Download test results - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: pattern: test-results-* merge-multiple: true