Skip to content

Commit 0106264

Browse files
Bump codecov/codecov-action from 4.2.0 to 4.4.1 (#222)
updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e905fb commit 0106264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
pytest --verbose --cov=. --cov-report=xml
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4.2.0
42+
uses: codecov/codecov-action@v4.4.1
4343
if: ${{ matrix.python-version }} == 3.9
4444
with:
4545
file: ./coverage.xml

0 commit comments

Comments
 (0)