diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index ec26feb1..77bfa28a 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@v6 with: name: test-reports path: ./maps-app/build/reports diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 012a13e9..18ccf2c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,7 +48,7 @@ jobs: run: ./gradlew :maps-app:validateDebugScreenshotTest - name: Upload build reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: screenshot-report