From 065a1a37153231edd6fb7e36d7da5a6ff85d0d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:48:09 +0000 Subject: [PATCH] chore(deps): 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.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5911102f..ef8a5099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - run: yarn nx format:check --base origin/main - name: Upload Playwright artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() && steps.playwright-tests.outcome == 'failure' with: name: playwright-traces @@ -128,7 +128,7 @@ jobs: - name: Upload TSC logs if: always() && steps.type-check.outcome == 'failure' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: typescript-react-${{ matrix.react }} path: tsc-logs @@ -143,7 +143,7 @@ jobs: continue-on-error: true # - name: Upload Playwright screenshots if exist - # uses: actions/upload-artifact@v6 + # uses: actions/upload-artifact@v7 # if: always() && steps.e2e.outcome == 'failure' # with: # name: cypress-screenshots-react-${{ matrix.react }}