We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a72fcd + 9cc6467 commit b314779Copy full SHA for b314779
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- name: "🧪 Test Python code"
69
run: pytest --cov=./ --cov-report=xml --capture=no archive_query_log/
70
- name: "📤 Upload coverage to Codecov"
71
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v4
72
with:
73
token: ${{ secrets.CODECOV_TOKEN }}
74
release:
0 commit comments