Skip to content

Commit 0b97320

Browse files
renovate[bot]sonofmagic
authored andcommitted
chore(deps): update codecov/codecov-action action to v5
[skip netlify]
1 parent a5dc4ed commit 0b97320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
run: pnpm test
5050

5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
npm_config_registry: https://registry.npmjs.org
5050

5151
- name: Upload coverage reports to Codecov
52-
uses: codecov/codecov-action@v4
52+
uses: codecov/codecov-action@v5
5353
env:
5454
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)