Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.1...v3.1.4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent f2098ff commit c1fec5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
coverage report
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
file: ./autotest/coverage.xml
4 changes: 2 additions & 2 deletions .github/workflows/pymake-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
coverage report
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
file: ./autotest/coverage.xml

Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
coverage report
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
file: ./autotest/coverage.xml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pymake-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
coverage report
- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].4
with:
file: ./autotest/coverage.xml

0 comments on commit c1fec5b

Please sign in to comment.