diff --git a/.github/workflows/gptdriverautomation.yaml b/.github/workflows/gptdriverautomation.yaml index bbbd2427d..8b0afeff9 100644 --- a/.github/workflows/gptdriverautomation.yaml +++ b/.github/workflows/gptdriverautomation.yaml @@ -82,7 +82,7 @@ jobs: # --- Step 8: Upload Build Artifacts --- - name: Upload Build Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: BranchLinkSimulator-App-Debug-Build path: ./app-repo/app/build/outputs/apk/debug/app-debug.apk diff --git a/.github/workflows/unit-and-instrumented-tests-action.yml b/.github/workflows/unit-and-instrumented-tests-action.yml index 4a9402f2a..5e192bdcb 100644 --- a/.github/workflows/unit-and-instrumented-tests-action.yml +++ b/.github/workflows/unit-and-instrumented-tests-action.yml @@ -26,7 +26,7 @@ jobs: # contains the reports and apk - name: Save test artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: unit-test-api-level-$API_MIN path: ./Branch-SDK/build/ @@ -64,7 +64,7 @@ jobs: # contains the reports and apk - name: Save test artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: instrumented-test-api-level-$API_MIN path: ./Branch-SDK/build/ @@ -125,7 +125,7 @@ jobs: # contains the reports and apk - name: Save test artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: unit-test-api-level-$API_CURRENT path: ./Branch-SDK/build/ @@ -163,7 +163,7 @@ jobs: # contains the reports and apk - name: Save test artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v6 with: name: instrumented-test-api-level-$API_CURRENT path: ./Branch-SDK/build/