From 3ece8c6f3ac07f31a3d38fe3fc61171e34e51fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:05:19 +0000 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nanopyx_night_mechanic.yml | 4 ++-- .github/workflows/nanopyx_oncall_mechanic.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nanopyx_night_mechanic.yml b/.github/workflows/nanopyx_night_mechanic.yml index 746f091a..8fc8634f 100644 --- a/.github/workflows/nanopyx_night_mechanic.yml +++ b/.github/workflows/nanopyx_night_mechanic.yml @@ -40,7 +40,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional @@ -67,7 +67,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional diff --git a/.github/workflows/nanopyx_oncall_mechanic.yml b/.github/workflows/nanopyx_oncall_mechanic.yml index 2fbe5999..f34932e3 100644 --- a/.github/workflows/nanopyx_oncall_mechanic.yml +++ b/.github/workflows/nanopyx_oncall_mechanic.yml @@ -49,7 +49,7 @@ jobs: env: LOG_LEVEL: ${{ github.event.inputs.logLevel }} - name: Upload Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: coverage.xml # optional flags: pytests # optional