Skip to content

Commit 8d890d2

Browse files
authored
Update upload artifact.
1 parent 2444ecb commit 8d890d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ jobs:
177177
fi
178178
179179
- name: Upload Android integration tests artifact
180-
uses: actions/upload-artifact@v3
180+
uses: actions/upload-artifact@v4
181181
if: ${{ !cancelled() }}
182182
with:
183183
name: testapps-android-${{ matrix.os }}
184184
path: testapps-android-${{ matrix.os }}
185185
retention-days: ${{ env.artifactRetentionDays }}
186186

187187
- name: Upload Android build results artifact
188-
uses: actions/upload-artifact@v3
188+
uses: actions/upload-artifact@v4
189189
if: ${{ !cancelled() }}
190190
with:
191191
name: log-artifact

0 commit comments

Comments
 (0)