Skip to content

Commit 69b59ec

Browse files
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 511c2da commit 69b59ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
coverage.xml
7777
# htmlcov
7878
# - name: codecov
79-
# uses: codecov/codecov-action@v4
79+
# uses: codecov/codecov-action@v5
8080
# with:
8181
# fail_ci_if_error: true # optional (default = false)
8282
# files: ./coverage.xml # optional
@@ -135,7 +135,7 @@ jobs:
135135
htmlcov
136136
coverage.xml
137137
# - name: codecov
138-
# uses: codecov/codecov-action@v4
138+
# uses: codecov/codecov-action@v5
139139
# with:
140140
# fail_ci_if_error: true # optional (default = false)
141141
# files: ./coverage.xml # optional
@@ -230,7 +230,7 @@ jobs:
230230
htmlcov
231231
coverage.xml
232232
# - name: codecov
233-
# uses: codecov/codecov-action@v4
233+
# uses: codecov/codecov-action@v5
234234
# with:
235235
# fail_ci_if_error: true # optional (default = false)
236236
# files: ./coverage.xml # optional
@@ -285,7 +285,7 @@ jobs:
285285
htmlcov
286286
coverage.xml
287287
- name: codecov
288-
uses: codecov/codecov-action@v4
288+
uses: codecov/codecov-action@v5
289289
env:
290290
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
291291
with:

0 commit comments

Comments
 (0)