From bb38f5d9972e6bd5992729e0643f692e9bbdf135 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:51:14 +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 49e8211a..8c21dd03 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -105,7 +105,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 498213f047610e8e4dd2c5362f524c50550af4ae Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 6 Dec 2024 15:58:19 -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 8c21dd03..b6d6670b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -107,7 +107,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() }}