diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 36408b9d..e6427dd4 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -98,7 +98,7 @@ jobs: - name: Upload coverage to Codecov if: github.repository == 'EMMC-ASBL/oteapi-services' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: PYTHON