From 863a688fe443b5a7da9f385edc39ba860ffbf0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:36:16 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac669d52..5ef60aaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -551,7 +551,7 @@ jobs: working-directory: frontend - name: Download the host binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: opencompany-debug-binary path: target/debug @@ -643,7 +643,7 @@ jobs: working-directory: frontend - name: Download the gated host binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: opencompany-gated-binary path: target/debug