Skip to content

Commit 173d726

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Playwright tests
4343
run: pnpm test
4444

45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
if: always()
4747
with:
4848
name: playwright-report

0 commit comments

Comments
 (0)