Skip to content

Commit f716851

Browse files
Update actions/upload-artifact action to v5
1 parent e54b645 commit f716851

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
@@ -64,7 +64,7 @@ jobs:
6464
uses: davelosert/vitest-coverage-report-action@v2
6565

6666
- name: Upload coverage report
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
with:
6969
name: coverage-report
7070
path: coverage

0 commit comments

Comments
 (0)