diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a498ae5..a4c24693 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,7 +51,7 @@ jobs: # Codecov merges the uploads of every matrix job into one report for # the commit, so each job uploads its own and nothing combines them here. - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 with: files: coverage.xml disable_search: true