Skip to content

Commit 9ece752

Browse files
authored
Merge pull request #1393 from square/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4
2 parents 84823bd + 8c76a1b commit 9ece752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Save Test Reports
116116
if: failure()
117-
uses: actions/upload-artifact@v3
117+
uses: actions/upload-artifact@v4
118118
with:
119119
name: test-reports
120120
path: '**/build/reports'

0 commit comments

Comments
 (0)