Skip to content

Commit

Permalink
Bump upload artifact actions to v4 (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-BaptisteC authored Jan 8, 2024
1 parent 2aefcbe commit 93bb419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
args: /github/workspace/app/build/outputs/apk/debug/app-debug.apk
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app_debug
path: app/build/outputs/apk/debug/app-debug.apk
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
args: /github/workspace/app/build/outputs/apk/release/app-release.apk
- name: Upload APK
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app_release
path: app/build/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit 93bb419

Please sign in to comment.