From 195af8ad456215b506fbcab3d20b8950b5ca4aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:34:53 +0000 Subject: [PATCH 1/3] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 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/v4...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/contrib.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 6b3ef96f0c..640d04bf23 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -71,7 +71,7 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41776bc188..b6c435059e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -145,7 +145,7 @@ jobs: - name: Run tests run: tools/ci/check.sh if: ${{ matrix.check != 'skiptests' }} - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} From 7b564aee79de03e2412f809f2576db66ece979bf Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 18 Nov 2024 06:47:49 -0500 Subject: [PATCH 2/3] Update .github/workflows/tests.yml --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b6c435059e..5456709412 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,7 +147,6 @@ jobs: if: ${{ matrix.check != 'skiptests' }} - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results From ccdf4d220fcdc40d31afe636addce69adaad8c67 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 18 Nov 2024 06:47:55 -0500 Subject: [PATCH 3/3] Update .github/workflows/contrib.yml --- .github/workflows/contrib.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 640d04bf23..dca5bbdecb 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -73,7 +73,6 @@ jobs: if: ${{ matrix.check != 'skiptests' }} - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results