diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3204ffb9e..eb95a26fa 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@v4 + uses: actions/upload-artifact@v5 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@v4 + uses: actions/upload-artifact@v5 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@v4 + # uses: actions/upload-artifact@v5 # if: always() && steps.e2e.outcome == 'failure' # with: # name: cypress-screenshots-react-${{ matrix.react }}