From e9ea5be751c8c5899c43d33c4e3ec29a142d1d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:00:47 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3.1.2 to 3.1.5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 to 3.1.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.1.2...v3.1.5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 cd5689f..fed1d84 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@v3.1.2 + uses: codecov/codecov-action@v3.1.5 with: file: ./coverage.xml diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 77d3c44..c4f2f04 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@v3.1.2 + uses: codecov/codecov-action@v3.1.5 with: file: ./coverage.xml documentation: