diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd7092e..4d161ea 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@v6 + - uses: actions/upload-artifact@v7 if: failure() with: name: test-results