Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2024
1 parent 5200690 commit 5fb503f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./gradlew clean && ./gradlew assembleDebug

- name: Upload Artifact
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Signed app bundle
path: app/build/outputs/apk/debug/*.apk
Expand Down

0 comments on commit 5fb503f

Please sign in to comment.