Skip to content

Commit b897a56

Browse files
Merge pull request #57 from webis-de/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 82f4d04 + a04245c commit b897a56

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
@@ -68,7 +68,7 @@ jobs:
6868
- name: "🧪 Test Python code"
6969
run: pytest --cov=./ --cov-report=xml --capture=no archive_query_log/
7070
- name: "📤 Upload coverage to Codecov"
71-
uses: codecov/codecov-action@v4
71+
uses: codecov/codecov-action@v5
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
release:

0 commit comments

Comments
 (0)