From fe7ccbcbdceb848e864bbb704e6c0dd11f586207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:06:35 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 3 to 4 (#27) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go-ci.yml | 2 +- .github/workflows/meson-unit-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 789a435..46a42e8 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -206,7 +206,7 @@ jobs: go test ${{ inputs.tests-race && '-race' || '' }} -json > report.json ./... - name: Send results to codecov.io - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: directory: ${{ inputs.working-directory }} flags: unittests diff --git a/.github/workflows/meson-unit-test.yml b/.github/workflows/meson-unit-test.yml index 3b8d7c8..1eed7fc 100644 --- a/.github/workflows/meson-unit-test.yml +++ b/.github/workflows/meson-unit-test.yml @@ -217,7 +217,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} - name: Upload Codecov.io - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 + uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 with: directory: . files: build/meson-logs/coverage.xml