Skip to content

Commit 3eed2c8

Browse files
Update actions/upload-artifact action to v5
1 parent d252316 commit 3eed2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
script: ./gradlew connectedAndroidTest --daemon --stacktrace
8080

8181
- name: Upload test outputs
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v5
8383
if: failure()
8484
with:
8585
name: test-outputs

0 commit comments

Comments
 (0)