Skip to content

Commit 5f3a417

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 5e89cca commit 5f3a417

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
@@ -38,7 +38,7 @@ jobs:
3838
run: pnpm playwright install
3939
- name: Run e2e tests
4040
run: pnpm start & pnpm e2e
41-
- uses: actions/upload-artifact@v6
41+
- uses: actions/upload-artifact@v7
4242
if: always()
4343
with:
4444
name: reports

0 commit comments

Comments
 (0)