Skip to content

Commit f079df3

Browse files
authored
Merge pull request #426 from Pxddy/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents d252316 + 3eed2c8 commit f079df3

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)