Skip to content

Commit a197f11

Browse files
committed
Try to update CI
1 parent 69e6168 commit a197f11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
api-level: [29]
14+
api-level: [35]
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 1
1919

2020
- name: Set up JDK 17
21-
uses: actions/setup-java@v2
21+
uses: actions/setup-java@v4
2222
with:
2323
java-version: "17"
2424
distribution: "adopt"
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload results
3636
if: ${{ always() }}
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: instrumentation-test-results ${{ matrix.api-level }}
4040
path: ./**/build/reports/androidTests/connected/**

0 commit comments

Comments
 (0)