Skip to content

Commit ca96aa6

Browse files
authored
Bump actions (#2588)
* Keep gradle/actions/setup-gradle@v5 for now
1 parent 8bdc1a8 commit ca96aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
5353

5454
- name: Set up Android SDK
55-
uses: android-actions/setup-android@v3
55+
uses: android-actions/setup-android@v4
5656

5757
- name: Generate Dokka
5858
run: |

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: ./gradlew assemblePrereleaseDebug lint
2828

2929
- name: Upload Artifact
30-
uses: actions/upload-artifact@v6
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: pull-request-build
3333
path: "app/build/outputs/apk/prerelease/debug/*.apk"

0 commit comments

Comments
 (0)