diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index fb1a046..484b316 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -165,7 +165,7 @@ jobs: # (only the html reporter does), so we upload only test-results/, # which contains traces, screenshots, and videos for failed tests. if: failure() && steps.filter.outputs.code == 'true' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-test-results path: tests/e2e/test-results/