Skip to content

Commit f07602b

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#1716)
1 parent ff4c8f7 commit f07602b

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
@@ -104,7 +104,7 @@ jobs:
104104
run: node ./build/generate-coverage-summary.mjs >> $GITHUB_STEP_SUMMARY
105105

106106
- name: report artifact
107-
uses: actions/upload-artifact@v5
107+
uses: actions/upload-artifact@v6
108108
if: ${{ !cancelled() }}
109109
with:
110110
name: e2e-report-${{ env.REF_NAME_SLUG }}-${{ env.SHORT_SHA }}

0 commit comments

Comments
 (0)