diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 659ed6d..d292714 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -58,7 +58,7 @@ jobs: - name: (Fail-only) Upload the build report if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: error-report path: build-reports.zip @@ -95,7 +95,7 @@ jobs: run: ./gradlew testReleaseUnitTest - name: Upload Test Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: Test Results @@ -133,7 +133,7 @@ jobs: run: ./gradlew assembleRelease - name: Upload Sample Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ github.base_ref }} == 'master' with: name: artifact