Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
--daemon

- name: Upload Debug APK
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: debug-apk
path: app/build/outputs/apk/debug/*.apk
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
--daemon

- name: Upload Release APK
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: release-apk
path: app/build/outputs/apk/release/*.apk
4 changes: 2 additions & 2 deletions .github/workflows/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

echo "versionCode=$NEXT_CODE" >> $GITHUB_ENV

- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: versioned-source
path: app/build.gradle
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
done

- name: Upload release files as artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: release-files-${{ github.run_id }}
path: |
Expand Down