diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 8d28d7eb..f743da98 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -132,7 +132,7 @@ jobs: - name: Upload coverage to Codecov if: github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml @@ -144,7 +144,7 @@ jobs: - name: Upload strategies coverage to Codecov if: github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} files: strategies.xml