Skip to content

Commit ad3b9ea

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: bun run e2e
101101
working-directory: client
102102
- name: Upload report
103-
uses: actions/upload-artifact@v4
103+
uses: actions/upload-artifact@v6
104104
if: failure()
105105
with:
106106
name: playwright-report

0 commit comments

Comments
 (0)