diff --git a/.github/workflows/e2e_tests.yml b/.github/workflows/e2e_tests.yml index 8c2c02631d..f7f4cdb105 100644 --- a/.github/workflows/e2e_tests.yml +++ b/.github/workflows/e2e_tests.yml @@ -132,7 +132,7 @@ jobs: - name: Upload test results if: failure() - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 with: name: playwright-report path: tests/end2end/playwright-report @@ -163,7 +163,7 @@ jobs: Visit ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - name: Save screenshots as artifacts if a test fails to ease debug - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.3 if: failure() with: name: cypress-screenshots