From 3aadaed695bdcd79b80eb17a12d795d0f6646d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:38:07 +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/backend_ci.yml | 2 +- .github/workflows/frontend_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend_ci.yml b/.github/workflows/backend_ci.yml index bb51a3b..79f20ff 100644 --- a/.github/workflows/backend_ci.yml +++ b/.github/workflows/backend_ci.yml @@ -217,7 +217,7 @@ jobs: fetch-depth: 0 - name: Download backend build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: rust-backend-build-${{ github.run_id }}-${{ github.run_attempt }} path: release-assets diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index f7b11a9..00ef69a 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -196,7 +196,7 @@ jobs: with: fetch-depth: 0 - name: Download Windows build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: flutter-windows-build-${{ github.run_id }}-${{ github.run_attempt }} path: release-assets