Skip to content

Commit 23335c4

Browse files
committed
runner updated.
1 parent 772d305 commit 23335c4

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
@@ -51,10 +51,10 @@ jobs:
5151
- name: 🔨 Build with Gradle
5252
run: ./gradlew :library:assembleRelease
5353

54-
- name: 📦 Retain Artifacts (Debug AAR)
54+
- name: 📦 Retain Artifacts (Release AAR)
5555
id: retain-release-aab
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v3
5757
with:
5858
name: androidx-colorpicker
5959
path: ./library/build/outputs/aar/colorpicker-release.aar
60-
retention-days: 14
60+
retention-days: 14

0 commit comments

Comments
 (0)