diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 6a20d738..82045436 100644 --- a/.github/workflows/instrumentation-test.yml +++ b/.github/workflows/instrumentation-test.yml @@ -79,7 +79,7 @@ jobs: - name: Upload test reports if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports path: ./maps-app/build/reports diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ec30109..c94b955c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew validateDebugScreenshotTest - name: Upload build reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: always() with: name: screenshot-report