Skip to content

Commit 78d2fb9

Browse files
authored
Merge pull request #740 from AppDevNext/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ab54571 + 2ad8336 commit 78d2fb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Android-CI-Espresso.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ jobs:
6464
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
6565
bootTimeout: 720 # seconds = 12 minutes
6666
- name: Archive Espresso results
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
if: ${{ always() }}
6969
with:
7070
name: Logcat-Espresso-report
7171
path: app/build/reports/androidTests/connected
7272
- name: Archive screenshots
7373
if: ${{ always() }}
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: Logcat-Screenshots
7777
path: |
@@ -98,7 +98,7 @@ jobs:
9898
- name: gradle check
9999
run: ./gradlew check
100100
- name: Archive Lint report
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
if: ${{ always() }}
103103
with:
104104
name: Logcat-Lint-report

0 commit comments

Comments
 (0)