diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index d00da26ca7..5a624d028f 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -180,7 +180,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ios-e2e-results path: test-results/ @@ -188,7 +188,7 @@ jobs: - name: Upload Maestro screenshots and videos on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ios-e2e-failure-artifacts path: ~/.maestro/tests/ @@ -298,7 +298,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: android-e2e-results path: test-results/ @@ -306,7 +306,7 @@ jobs: - name: Upload Maestro screenshots and videos on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: android-e2e-failure-artifacts path: ~/.maestro/tests/