Skip to content

Commit 6621682

Browse files
chore(deps): bump codecov/codecov-action from 3.1.5 to 4.0.1 (#3782)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@4fe8c5f...e0b68c6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e501f1 commit 6621682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
test/test_cvedb.py
267267
- name: Upload code coverage to codecov
268268
if: env.sbom != 'true'
269-
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
269+
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
270270
with:
271271
files: ./coverage.xml
272272
flags: longtests
@@ -557,7 +557,7 @@ jobs:
557557
- name: Test PDF generation on Windows
558558
run: pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
559559
- name: Upload code coverage to codecov
560-
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
560+
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
561561
with:
562562
files: ./coverage.xml
563563
flags: win-longtests

0 commit comments

Comments
 (0)