diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd197a484..2085c9f30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,7 +66,7 @@ jobs: - name: E2E Tests (Playwright) run: npm run test:e2e - name: Store artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts