diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 1c48932..5774ad6 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -77,7 +77,7 @@ jobs: - name: Upload coverage if: github.repository_owner == 'SemanticMatter' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true