Skip to content

Commit 8c59a80

Browse files
Update actions/upload-artifact action to v6
1 parent dd24c23 commit 8c59a80

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@v5
82+
uses: actions/upload-artifact@v6
8383
if: failure()
8484
with:
8585
name: test-outputs

0 commit comments

Comments
 (0)