diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6d36527..5e165fe 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -29,7 +29,7 @@ jobs: - name: End To End run: npm run test:e2e - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: always() with: name: e2e-report