Skip to content

Commit 90dc5e8

Browse files
Update unit-and-instrumented-tests-action.yml
1 parent d13362c commit 90dc5e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/unit-and-instrumented-tests-action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# contains the reports and apk
2727
- name: Save test artifacts
2828
if: success() || failure()
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: unit-test-api-level-$API_MIN
3232
path: ./Branch-SDK/build/
@@ -64,7 +64,7 @@ jobs:
6464
# contains the reports and apk
6565
- name: Save test artifacts
6666
if: success() || failure()
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: instrumented-test-api-level-$API_MIN
7070
path: ./Branch-SDK/build/
@@ -125,7 +125,7 @@ jobs:
125125
# contains the reports and apk
126126
- name: Save test artifacts
127127
if: success() || failure()
128-
uses: actions/upload-artifact@v3
128+
uses: actions/upload-artifact@v4
129129
with:
130130
name: unit-test-api-level-$API_CURRENT
131131
path: ./Branch-SDK/build/
@@ -163,7 +163,7 @@ jobs:
163163
# contains the reports and apk
164164
- name: Save test artifacts
165165
if: success() || failure()
166-
uses: actions/upload-artifact@v3
166+
uses: actions/upload-artifact@v4
167167
with:
168168
name: instrumented-test-api-level-$API_CURRENT
169169
path: ./Branch-SDK/build/

0 commit comments

Comments
 (0)