From 87974d24ed88f413fb7ddcaa8f76909ad6d9267a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:56:33 +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/ci.yml | 2 +- .github/workflows/dep-checker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfec3bb..6d77d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: node-version: "22" - name: Download binaries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dot-binaries-linux-amd64 path: bin/ diff --git a/.github/workflows/dep-checker.yml b/.github/workflows/dep-checker.yml index c9ea3f1..074ee34 100644 --- a/.github/workflows/dep-checker.yml +++ b/.github/workflows/dep-checker.yml @@ -151,7 +151,7 @@ jobs: run: make build ARGS="-t dep-checker" - name: Download scan report - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dep-report