From 8086882ce9f0851f521499baacf01dd9c346015b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 04:16:53 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ce8f5d9..6baec60 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -80,7 +80,7 @@ jobs: run: cd api && npm test - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build path: | @@ -116,7 +116,7 @@ jobs: run: npx playwright test - name: Upload E2E test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: playwright-report @@ -319,7 +319,7 @@ jobs: npx playwright test - name: Upload Preview E2E test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: playwright-report-preview @@ -580,7 +580,7 @@ jobs: npx playwright test - name: Upload QA E2E test report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: name: playwright-report-qa