Skip to content

Commit de6e566

Browse files
Feat: ci:(deps): bump codecov/codecov-action from 4 to 5 (#245)
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]>
1 parent 2be6d08 commit de6e566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dj51_cms41.txt,
2121
]
2222
os: [
23-
ubuntu-20.04,
23+
ubuntu-latest,
2424
]
2525

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

0 commit comments

Comments
 (0)