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 82c60f4 + d4046f0 commit 028d21dCopy full SHA for 028d21d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
32
steps:
33
- name: Get the APK
34
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4.1.7
35
with:
36
name: unsigned-app.apk
37
path: .
0 commit comments