Skip to content

Commit 911f668

Browse files
Bump codecov/codecov-action from 5.1.1 to 5.1.2 in the gh-actions group (#255)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 294984a commit 911f668

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
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pytest --verbose --cov=. --cov-report=xml
4646
- name: Upload coverage to Codecov
47-
uses: codecov/[email protected].1
47+
uses: codecov/[email protected].2
4848
if: ${{ matrix.python-version }} == 3.10
4949
with:
5050
file: ./coverage.xml

0 commit comments

Comments
 (0)