diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 14c7059a..9c882403 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -105,7 +105,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: coverage.xml flags: linux @@ -140,7 +140,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite' - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: files: coverage.xml flags: windows