Skip to content

Commit c2ba767

Browse files
github-actions(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 (#181)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55e4fd1 commit c2ba767

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: tox -e coverage-report
3434
- run: tox -e tests-server
3535
- name: Upload coverage reports to Codecov
36-
uses: codecov/codecov-action@v4.3.0
36+
uses: codecov/codecov-action@v4.3.1
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939
slug: ${{ github.repository }}
@@ -55,7 +55,7 @@ jobs:
5555
run: pip install tox
5656
- run: tox -e tests-noqueue
5757
- name: Upload coverage reports to Codecov
58-
uses: codecov/codecov-action@v4.3.0
58+
uses: codecov/codecov-action@v4.3.1
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
slug: ${{ github.repository }}
@@ -77,7 +77,7 @@ jobs:
7777
run: pip install tox
7878
- run: tox -e tests
7979
- name: Upload coverage reports to Codecov
80-
uses: codecov/codecov-action@v4.3.0
80+
uses: codecov/codecov-action@v4.3.1
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
slug: ${{ github.repository }}

0 commit comments

Comments
 (0)