diff --git a/.github/workflows/instrumentation-test.yml b/.github/workflows/instrumentation-test.yml index 6a20d738..517b49fc 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 0e72fd6a..41f054ac 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