Skip to content

Commit b29270d

Browse files
chore(deps): update actions/upload-artifact action to v5 (#529)
1 parent 188cf3a commit b29270d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ jobs:
107107
108108
- name: Upload failed tests screenshots
109109
if: failure()
110-
uses: actions/upload-artifact@v4
110+
uses: actions/upload-artifact@v5
111111
with:
112112
name: screenshots
113113
path: Screenshots
114114

115115
- name: Upload logcat output
116116
if: always()
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: logcat
120120
path: logcat.txt

0 commit comments

Comments
 (0)