From 11b54264e3cddb6310d15c443de66e79258e854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:29:46 +0000 Subject: [PATCH] Build(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/checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b21f307bf..d698f814f 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@v8 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@v8 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@v8 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@v8 with: name: test-image path: /tmp