Skip to content

Commit f271fa2

Browse files
---
updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cefdbc4 commit f271fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
&& exit 1
245245
shell: bash
246246
- name: Send coverage data to Codecov
247-
uses: codecov/codecov-action@v3.1.5
247+
uses: codecov/codecov-action@v4.4.1
248248
with:
249249
files: .test-results/pytest/cov.xml
250250
flags: >-

0 commit comments

Comments
 (0)