File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ jobs:
266
266
test/test_cvedb.py
267
267
- name : Upload code coverage to codecov
268
268
if : env.sbom != 'true'
269
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
269
+ uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
270
270
with :
271
271
files : ./coverage.xml
272
272
flags : longtests
@@ -557,7 +557,7 @@ jobs:
557
557
- name : Test PDF generation on Windows
558
558
run : pytest test/test_output_engine.py -k test_output_pdf --cov --cov-append --cov-report=xml
559
559
- name : Upload code coverage to codecov
560
- uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
560
+ uses : codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1
561
561
with :
562
562
files : ./coverage.xml
563
563
flags : win-longtests
You can’t perform that action at this time.
0 commit comments