Skip to content

Commit f8cc15e

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent cfce93d commit f8cc15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: yarn playwright install
4343
- name: Run e2e tests
4444
run: yarn start & yarn e2e
45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
if: always()
4747
with:
4848
name: reports

0 commit comments

Comments
 (0)