Skip to content

Commit 161123b

Browse files
syed-reza98claude
andcommitted
Fix: Update deprecated actions/upload-artifact from v3 to v4
GitHub deprecated actions/upload-artifact v3 on 2024-04-16. This commit updates the workflow to use v4, which fixes the failing CI job. Changes: - Update Archive coverage reports to use actions/upload-artifact@v4 - Update Archive APK to use actions/upload-artifact@v4 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent 0a3d19c commit 161123b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Archive coverage reports
6666
if: always()
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: coverage-report
7070
path: coverage/
@@ -99,7 +99,7 @@ jobs:
9999
continue-on-error: false
100100

101101
- name: Archive APK
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: android-apk
105105
path: build/app/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)