From a523c54c7d32716cc7ef5fb133448ff01f543d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:02:34 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index ae0e7440..6a3a12b2 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -118,7 +118,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'EMMC-ASBL/oteapi-core' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml @@ -126,7 +126,7 @@ jobs: - name: Upload strategies coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'EMMC-ASBL/oteapi-core' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: strategies.xml @@ -171,7 +171,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'EMMC-ASBL/oteapi-core' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml @@ -179,7 +179,7 @@ jobs: - name: Upload strategies coverage to Codecov if: matrix.python-version == '3.9' && github.repository == 'EMMC-ASBL/oteapi-core' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: strategies.xml