Skip to content

Commit 9519838

Browse files
authored
Merge pull request #618 from ansible/dependabot/github_actions/codecov/codecov-action-4.5.0
2 parents eeea24f + 1b09049 commit 9519838

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.4.1
251+
uses: codecov/codecov-action@v4.5.0
252252
with:
253253
files: .test-results/pytest/cov.xml
254254
flags: >-

0 commit comments

Comments
 (0)