diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0ddffa..0977361 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: run: npx playwright install --with-deps - name: Run tests run: npm test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 if: failure() with: name: test-results