From bbe2cd0b9e0409519b2f264244605f49d0d4a99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:43:25 +0000 Subject: [PATCH] ci: bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...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 | 8 ++++---- .github/workflows/gxq-deploy-production.yml | 2 +- .github/workflows/gxq-master-ci.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d491472..0d9b130 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,14 +275,14 @@ jobs: node-version: '24' - name: Download backend coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: backend-coverage path: coverage/ continue-on-error: true - name: Download webapp coverage - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: webapp-coverage path: webapp/coverage/ @@ -333,7 +333,7 @@ jobs: run: npm ci --prefer-offline || npm ci - name: Download backend build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: backend-dist path: dist/ @@ -349,7 +349,7 @@ jobs: run: npm ci --prefer-offline || npm ci - name: Download webapp build artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: webapp-build path: webapp/.next/ diff --git a/.github/workflows/gxq-deploy-production.yml b/.github/workflows/gxq-deploy-production.yml index c809d69..d092297 100644 --- a/.github/workflows/gxq-deploy-production.yml +++ b/.github/workflows/gxq-deploy-production.yml @@ -112,7 +112,7 @@ jobs: node-version: '24' - name: Download backend artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: backend-dist path: dist/ diff --git a/.github/workflows/gxq-master-ci.yml b/.github/workflows/gxq-master-ci.yml index 0ff249c..e7b6131 100644 --- a/.github/workflows/gxq-master-ci.yml +++ b/.github/workflows/gxq-master-ci.yml @@ -214,13 +214,13 @@ jobs: uses: actions/checkout@v6 - name: Download backend artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: backend-dist path: dist/ - name: Download webapp artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: webapp-build path: webapp/.next/