Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#4055)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 5b8ad20 commit 857cf46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
./gradlew :automotive:assembleRelease
- name: Archive Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./**/*.apk

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ jobs:
fi
- name: Archive Debug Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./**/*.apk

0 comments on commit 857cf46

Please sign in to comment.