We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 989bfb5 + 1f95987 commit b27f14eCopy full SHA for b27f14e
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Base Checks
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
13
- uses: actions/setup-java@v5
14
with:
15
java-version: 21
@@ -21,7 +21,7 @@ jobs:
21
name: Unit Tests
22
23
24
25
26
27
@@ -33,7 +33,7 @@ jobs:
33
name: Build APK
34
35
36
37
38
39
@@ -47,7 +47,7 @@ jobs:
47
- name: Execute APK build
48
run: make apk
49
50
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v7
51
52
name: apk-files
53
path: app/build/outputs/apk/**/*.apk
0 commit comments