We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86f15f commit fc2bc11Copy full SHA for fc2bc11
.github/workflows/full_cluster_tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Download artifacts
39
uses: actions/download-artifact@v4
40
- name: Upload coverage reports to Codecov
41
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
# file: ./coverage.xml # Search for all coverage files from each workflow.
0 commit comments