Skip to content

Commit 229f7e1

Browse files
ci: bump codecov/codecov-action from 4.1.0 to 4.2.0 (#85)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4704edb commit 229f7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Upload to Codecov
9999
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11' }}
100-
uses: codecov/codecov-action@v4.1.0
100+
uses: codecov/codecov-action@v4.2.0
101101
with:
102102
files: tests/coverage.xml
103103
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)