diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 43a466f..42245c2 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -105,7 +105,7 @@ jobs: - name: Upload coverage to Codecov if: github.repository == 'SINTEF/oteapi-optimade' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON