Skip to content

Commit 97a0f90

Browse files
Merge pull request #19 from webis-de/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 5789a5a + 88b54b1 commit 97a0f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: "🧪 Test Python code"
106106
run: pytest --cov --cov-report=xml targer_api tests examples
107107
- name: "📤 Upload coverage to Codecov"
108-
uses: codecov/codecov-action@v4
108+
uses: codecov/codecov-action@v5
109109
if: matrix.python == '3.11'
110110
with:
111111
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)