Skip to content

Commit cb717f5

Browse files
authored
Merge pull request #63 from LeoAndo/LeoAndo-patch-4
Update ci.yml
2 parents 57e7189 + 211cad2 commit cb717f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ jobs:
5151
5252
# https://github.com/android/nowinandroid/blob/main/.github/workflows/Build.yaml
5353
- name: Upload build outputs (APKs)
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: build-outputs
5757
path: app/build/outputs
5858

5959
- name: Upload build reports
6060
if: always()
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: build-reports
6464
path: app/build/reports

0 commit comments

Comments
 (0)