Skip to content

Commit 211cad2

Browse files
authored
Update ci.yml
1 parent 2b537ac commit 211cad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
64-
path: app/build/reports
64+
path: app/build/reports

0 commit comments

Comments
 (0)