Skip to content

Commit 09ddf32

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 7fe8fcc commit 09ddf32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Run tests
6767
run: pnpm --filter ${{ matrix.workspace }} test
6868
- name: Collect coverage
69-
uses: codecov/codecov-action@v3
69+
uses: codecov/codecov-action@v5
7070
if: success()
7171
with:
7272
files: ./packages/${{ matrix.workspace }}/coverage/lcov.info

0 commit comments

Comments
 (0)