From 2012238494537f01b9ff4bce19ef9efeba571fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:17:00 +0000 Subject: [PATCH] Bump codecov/codecov-action from 4.0.1 to 4.3.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.3.1. - [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.0.1...v4.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/fortnightly.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fortnightly.yml b/.github/workflows/fortnightly.yml index 6afac3a..47f91ba 100644 --- a/.github/workflows/fortnightly.yml +++ b/.github/workflows/fortnightly.yml @@ -59,6 +59,6 @@ jobs: run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }} - name: Upload coverage to codecov if: ${{ contains(matrix.toxenv,'-cov') }} - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.1 with: file: ./coverage.xml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 00ad999..a2243f8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -55,7 +55,7 @@ jobs: run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }} - name: Upload coverage to codecov if: ${{ contains(matrix.toxenv,'-cov') }} - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.3.1 with: file: ./coverage.xml documentation: