Skip to content

Commit

Permalink
ci: upload-artifacts v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Apr 9, 2024
1 parent 508a27d commit 17c3a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
./gradlew connectedDebugAndroidTest
- name: Upload Android test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
# Upload test results if they fail
if: failure()
with:
Expand Down

0 comments on commit 17c3a18

Please sign in to comment.