Skip to content

Commit cbcee31

Browse files
Update actions/upload-artifact action to v7 (#1783)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc7aecb commit cbcee31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Save Test Reports
120120
if: failure()
121-
uses: actions/upload-artifact@v6
121+
uses: actions/upload-artifact@v7
122122
with:
123123
name: test-reports
124124
path: '**/build/reports'

0 commit comments

Comments
 (0)