Skip to content

Commit 713df50

Browse files
build(deps): bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7e7c557 commit 713df50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
shell: bash
108108
-
109109
name: Upload coverage
110-
uses: codecov/codecov-action@v4
110+
uses: codecov/codecov-action@v5
111111
with:
112112
file: ${{ env.DESTDIR }}/coverage.txt
113113
token: ${{ secrets.CODECOV_TOKEN }}
@@ -131,7 +131,7 @@ jobs:
131131
*.cache-to=type=gha,scope=test,mode=max
132132
-
133133
name: Upload coverage
134-
uses: codecov/codecov-action@v4
134+
uses: codecov/codecov-action@v5
135135
with:
136136
file: ${{ env.DESTDIR }}//coverage.txt
137137
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)