Skip to content

Commit 867998c

Browse files
committed
workflow updated.
1 parent 87e1c80 commit 867998c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@ jobs:
4444
# https://github.com/actions/upload-artifact
4545
- name: 📦 Retain Artifacts (Release AAR)
4646
id: retain-library-aar
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: androidx-github
5050
path: ./library/build/outputs/aar/*.aar
5151
retention-days: 14
5252

5353
- name: 📦 Retain Artifacts (Debug AAB)
5454
id: retain-app-debug-aab
55-
uses: actions/upload-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: androidx-github
5858
path: ./mobile/build/outputs/bundle/debug/*.aab
5959
retention-days: 14
6060

6161
- name: 📦 Retain Artifacts (Lint Results)
6262
id: retain-lint-results
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: androidx-github
6666
path: |

0 commit comments

Comments
 (0)