Skip to content

Commit

Permalink
Feat: ci:(deps): bump codecov/codecov-action from 4 to 5 (#245)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
dependabot[bot] and fsbraun authored Nov 18, 2024
1 parent 2be6d08 commit de6e566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dj51_cms41.txt,
]
os: [
ubuntu-20.04,
ubuntu-latest,
]

steps:
Expand All @@ -37,4 +37,4 @@ jobs:
pip install -r tests/requirements/${{ matrix.requirements-file }}
coverage run run_tests.py
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5

0 comments on commit de6e566

Please sign in to comment.