Skip to content

Commit b314779

Browse files
Merge pull request #36 from webis-de/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 2 to 4
2 parents 0a72fcd + 9cc6467 commit b314779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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@v2
71+
uses: codecov/codecov-action@v4
7272
with:
7373
token: ${{ secrets.CODECOV_TOKEN }}
7474
release:

0 commit comments

Comments
 (0)