Skip to content

Commit 9563420

Browse files
authored
Merge pull request #2 from z22092/dependabot/github_actions/codecov/codecov-action-5
ci(deps): bump codecov/codecov-action from 4 to 5
2 parents e8e1bfb + b5bc563 commit 9563420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uv run pytest tests/ -v --cov=taskiq_postgresql --cov-report=xml --cov-report=term-missing
8484
8585
- name: Upload coverage to Codecov
86-
uses: codecov/codecov-action@v4
86+
uses: codecov/codecov-action@v5
8787
if: matrix.python-version == '3.12' && matrix.driver == 'asyncpg' && secrets.CODECOV_TOKEN != ''
8888
with:
8989
file: ./coverage.xml

0 commit comments

Comments
 (0)