From 9646a9feb65ac544436d182a4302b3616c9a28c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:14:28 +0000 Subject: [PATCH 1/2] Build(deps): 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/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 99e932298f7..5ee16c29c62 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -152,7 +152,7 @@ jobs: run: tox c - name: Run tox run: tox -v --exit-and-dump-after 1200 - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 with: file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} From 3abe71a7551ece8804ee82e30bd1ed82ac05e26f Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 22 Nov 2024 13:30:03 -0500 Subject: [PATCH 2/2] Update .github/workflows/tox.yml --- .github/workflows/tox.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 5ee16c29c62..e72918b4174 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -154,7 +154,6 @@ jobs: run: tox -v --exit-and-dump-after 1200 - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }}