Commit 44e2c90
authored
ci(play): clean up workflow warnings (#43)
- Bump official actions to current latest (Node 24-compatible):
- actions/checkout v4.2.2 -> v6.0.2
- actions/setup-java v4.7.1 -> v5.2.0
- actions/upload-artifact stays at v4.6.2 (current)
- gradle/actions/setup-gradle v4.3.0 -> v6.1.0
Resolves the runner's 'Node.js 20 actions are deprecated' warning
ahead of GitHub forcing Node 24 on June 2nd, 2026.
- Migrate r0adkll/upload-google-play input 'track' -> 'tracks'.
The action emits 'WARNING!! track is deprecated and will be removed
in a future release. Please migrate to tracks'. The new input
accepts the same string for a single track, so behavior is unchanged.
- Upload native debug symbols to Play. app/build.gradle already sets
ndk.debugSymbolLevel = 'FULL' for the release buildType, so AGP
produces app/build/outputs/native-debug-symbols/prodRelease/native-debug-symbols.zip.
Pass it through the action's 'debugSymbols' input so Play can
symbolicate native crashes/ANRs. Resolves the Play Console warning:
'This App Bundle contains native code, and you have not uploaded
debug symbols.'1 parent 4afaa18 commit 44e2c90
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
102 | | - | |
| 108 | + | |
| 109 | + | |
103 | 110 | | |
0 commit comments