Skip to content

Commit 00d8cef

Browse files
authored
Merge pull request #1237 from aio-libs/dependabot/github_actions/codecov/codecov-action-5.1.2
Bump codecov/codecov-action from 5.1.1 to 5.1.2
2 parents f8af3d0 + 3d8351a commit 00d8cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
make mototest
8484
- name: Upload coverage to Codecov
8585
if: matrix.python-version == '3.11'
86-
uses: codecov/codecov-action@v5.1.1
86+
uses: codecov/codecov-action@v5.1.2
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
8989
files: ./coverage.xml

0 commit comments

Comments
 (0)