From e9b4acc75225517b21db691eed2c5872fe19c138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:56:54 +0000 Subject: [PATCH] chore(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 (#34) Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f15dc4..800af4e 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@v4.2.0 + uses: codecov/codecov-action@v4.3.0 with: directory: ${{ inputs.working-directory }} flags: unittests diff --git a/.github/workflows/meson-unit-test.yml b/.github/workflows/meson-unit-test.yml index f7c38be..9ae9898 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@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0 + uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: directory: . files: build/meson-logs/coverage.xml