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.
1 parent b120e5b commit 2bc272cCopy full SHA for 2bc272c
.github/workflows/android.yml
@@ -33,7 +33,7 @@ jobs:
33
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
34
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
35
- name: Upload library
36
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
37
with:
38
name: ${{ matrix.os }}-library
39
path: ~/.m2
0 commit comments