Skip to content

Commit e7d6ddf

Browse files
authored
Merge pull request #1230 from aio-libs/dependabot/github_actions/codecov/codecov-action-5.1.1
Bump codecov/codecov-action from 5.0.7 to 5.1.1
2 parents 427177a + 1d59b84 commit e7d6ddf

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.0.7
86+
uses: codecov/codecov-action@v5.1.1
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
8989
files: ./coverage.xml

0 commit comments

Comments
 (0)