Skip to content

Commit 79103c9

Browse files
authored
Address warning in GitHub Actions tests about deprecated action (#1563)
1 parent 7635018 commit 79103c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ jobs:
4040

4141
- name: Upload test results to Codecov
4242
if: ${{ !cancelled() }}
43-
uses: codecov/test-results-action@v1
43+
uses: codecov/codecov-action@v5
4444
with:
4545
flags: python${{ matrix.python-version }}
4646
name: codecov-umbrella-test-results
47+
report_type: test_results
4748
token: ${{ secrets.CODECOV_TOKEN }}
4849
- name: Upload coverage to Codecov
4950
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)