Skip to content

Commit 3422922

Browse files
chore(deps): update actions/upload-artifact action to v5 (#6734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c204b60 commit 3422922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: test
4141
run: npx nx run-many --target=e2e
4242
if: ${{ !steps.release-check.outputs.IS_RELEASE }}
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
if: always()
4545
with:
4646
name: playwright-report

0 commit comments

Comments
 (0)