Skip to content

Commit 2bc272c

Browse files
authored
Update android.yml
1 parent b120e5b commit 2bc272c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.maven_pgp_signingKey }}
3434
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.maven_pgp_signingPassword }}
3535
- name: Upload library
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: ${{ matrix.os }}-library
3939
path: ~/.m2

0 commit comments

Comments
 (0)