Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cpath-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
# Coverage should also be uploaded if tests still fail.
# This will pick up the file coverage.xml from the test run
if: always()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ env.folder }}

Expand All @@ -137,7 +137,7 @@ jobs:
# Coverage should also be uploaded if tests still fail.
# This will pick up the file pytest_gpu_coverage.xml from the GPU tests.
if: always()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ env.folder }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hi-ml-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Upload coverage report to Codecov
# Coverage should also be uploaded if tests still fail
if: always()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ matrix.folder }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multimodal-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload coverage reports to Codecov
# Coverage should also be uploaded even if tests fail
if: always()
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ env.folder }}

Expand Down