|
26 | 26 | # contains the reports and apk |
27 | 27 | - name: Save test artifacts |
28 | 28 | if: success() || failure() |
29 | | - uses: actions/upload-artifact@v3 |
| 29 | + uses: actions/upload-artifact@v4 |
30 | 30 | with: |
31 | 31 | name: unit-test-api-level-$API_MIN |
32 | 32 | path: ./Branch-SDK/build/ |
|
64 | 64 | # contains the reports and apk |
65 | 65 | - name: Save test artifacts |
66 | 66 | if: success() || failure() |
67 | | - uses: actions/upload-artifact@v3 |
| 67 | + uses: actions/upload-artifact@v4 |
68 | 68 | with: |
69 | 69 | name: instrumented-test-api-level-$API_MIN |
70 | 70 | path: ./Branch-SDK/build/ |
@@ -125,7 +125,7 @@ jobs: |
125 | 125 | # contains the reports and apk |
126 | 126 | - name: Save test artifacts |
127 | 127 | if: success() || failure() |
128 | | - uses: actions/upload-artifact@v3 |
| 128 | + uses: actions/upload-artifact@v4 |
129 | 129 | with: |
130 | 130 | name: unit-test-api-level-$API_CURRENT |
131 | 131 | path: ./Branch-SDK/build/ |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | # contains the reports and apk |
164 | 164 | - name: Save test artifacts |
165 | 165 | if: success() || failure() |
166 | | - uses: actions/upload-artifact@v3 |
| 166 | + uses: actions/upload-artifact@v4 |
167 | 167 | with: |
168 | 168 | name: instrumented-test-api-level-$API_CURRENT |
169 | 169 | path: ./Branch-SDK/build/ |
0 commit comments