From 7caefdbd538e74770395509c61cd70224dd924c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:45:04 +0000 Subject: [PATCH] ci(deps): bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa00910..2fbd090 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: # cache: true # # - name: Download frontend build - # uses: actions/download-artifact@v6 + # uses: actions/download-artifact@v7 # with: # name: frontend-dist # path: web/frontend/dist @@ -83,7 +83,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -132,7 +132,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -179,7 +179,7 @@ jobs: cache-dependency-path: acceptance/web-ui/package-lock.json - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist @@ -248,7 +248,7 @@ jobs: cache: true - name: Download frontend build - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: frontend-dist path: web/frontend/dist