File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,23 @@ jobs:
44
44
# https://github.com/actions/upload-artifact
45
45
- name : 📦 Retain Artifacts (Release AAR)
46
46
id : retain-library-aar
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : androidx-github
50
50
path : ./library/build/outputs/aar/*.aar
51
51
retention-days : 14
52
52
53
53
- name : 📦 Retain Artifacts (Debug AAB)
54
54
id : retain-app-debug-aab
55
- uses : actions/upload-artifact@v3
55
+ uses : actions/upload-artifact@v4
56
56
with :
57
57
name : androidx-github
58
58
path : ./mobile/build/outputs/bundle/debug/*.aab
59
59
retention-days : 14
60
60
61
61
- name : 📦 Retain Artifacts (Lint Results)
62
62
id : retain-lint-results
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
name : androidx-github
66
66
path : |
You can’t perform that action at this time.
0 commit comments