Skip to content

Commit 6ce8f9a

Browse files
authored
Merge pull request #660 from ansible/dependabot/github_actions/codecov/codecov-action-5.0.0
2 parents cc2ceff + 4613567 commit 6ce8f9a

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
@@ -248,7 +248,7 @@ jobs:
248248
&& exit 1
249249
shell: bash
250250
- name: Send coverage data to Codecov
251-
uses: codecov/codecov-action@v4.5.0
251+
uses: codecov/codecov-action@v5.0.0
252252
with:
253253
files: .test-results/pytest/cov.xml
254254
flags: >-

0 commit comments

Comments
 (0)