Skip to content

Commit 115c393

Browse files
authored
Merge pull request #388 from felix-berlin/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents e62e6de + 8e7c073 commit 115c393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm run test:unit
3232

3333
- name: Codecov 📝
34-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3535
with:
3636
directory: ./tests/unit/coverage
3737
env:

0 commit comments

Comments
 (0)