From d305b2c919a6bccca1b13d4e2e52529f378dcf07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:42:34 +0000 Subject: [PATCH] Build(deps): Bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b21f307bf..d7f8b69a7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: needs: build_linter_image steps: - name: Download linter image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: linter-image path: /tmp @@ -48,7 +48,7 @@ jobs: needs: build_linter_image steps: - name: Download linter image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: linter-image path: /tmp @@ -62,7 +62,7 @@ jobs: needs: build_linter_image steps: - name: Download linter image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: linter-image path: /tmp @@ -104,7 +104,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Download test image - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: test-image path: /tmp