diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d8e6cca4..6f859b7b 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,7 +18,7 @@ jobs: - name: Run unit tests run: ./gradlew test - name: Upload the JUnit test report (visible in the Artifacts section on Summary page) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: JUnit-test-report @@ -54,7 +54,7 @@ jobs: DD_APP_KEY: ${{ secrets.DD_APP_KEY }} run: ./gradlew e2eTest --stacktrace - name: Upload the E2E test report (visible in the Artifacts section on Summary page) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: failure() with: name: E2E-test-report