Skip to content

Commit

Permalink
Merge pull request #219 from hannesa2/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
hannesa2 authored Jul 9, 2024
2 parents 43d273e + ec02286 commit 43385e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
cmdOptions: -noaudio -no-boot-anim -no-window -metrics-collection
- name: Archive screenshots
if: ${{ always() }}
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: Updater-Screenshots
if-no-files-found: error
path: |
app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
app/build/outputs/androidTest-results/connected
- name: Archive Espresso results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
name: Updater-Espresso-report
Expand Down

0 comments on commit 43385e6

Please sign in to comment.