Skip to content

Commit 1f7e380

Browse files
committed
upload-artifact v4 update
1 parent a689c1b commit 1f7e380

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/JetLagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload test reports
6868
if: always()
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: test-reports-jetlagged-${{ matrix.api-level }}
7272
path: ${{ env.SAMPLE_PATH }}/app/build/reports

.github/workflows/JetNews.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload test reports
6868
if: always()
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: test-reports-jetnews-${{ matrix.api-level }}
7272
path: ${{ env.SAMPLE_PATH }}/app/build/reports/androidTests

.github/workflows/Owl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Upload test reports
6868
if: always()
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: test-reports-owl-${{ matrix.api-level }}
7272
path: ${{ env.SAMPLE_PATH }}/app/build/reports

0 commit comments

Comments
 (0)