From 2d6cdba8dfaa41e3d77649804f20d8d31ce28761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 09:52:43 +0000 Subject: [PATCH] chore(deps): Bump actions/download-artifact from 4 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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 | 2 +- .github/workflows/weekly-regression-loop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b23c04f..c094bb41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,7 +131,7 @@ jobs: fetch-depth: 0 - name: Download CLI Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: pattern: cli-* path: artifacts diff --git a/.github/workflows/weekly-regression-loop.yml b/.github/workflows/weekly-regression-loop.yml index 855c44ff..665e851f 100644 --- a/.github/workflows/weekly-regression-loop.yml +++ b/.github/workflows/weekly-regression-loop.yml @@ -96,7 +96,7 @@ jobs: - name: Download baseline artifact if: steps.baseline.outputs.found == 'true' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ steps.baseline.outputs.artifact_name }} path: baseline