From 41acfa08f9a6784005796688417c292ce2878197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:13:14 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/code-quality.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91d17d3..332a301 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,7 +175,7 @@ jobs: cache-dependency-path: frontend-react/yarn.lock - name: Download frontend build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: frontend-build path: frontend-react/build/ diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index f789bad..c476951 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -210,7 +210,7 @@ jobs: uses: actions/checkout@v4 - name: Download frontend build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: frontend-build-analysis path: frontend-react/build/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c634bf3..9bd8002 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,7 +112,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: ./artifacts