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/