Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gptdriverautomation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit-and-instrumented-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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/