From 1690ca62bd9a2d33a065a881d975d80b60067215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 12:42:06 +0000 Subject: [PATCH] deps(ci): bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index e7ae59cec..1ec62f32c 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -103,7 +103,7 @@ jobs: # Use command substitution to preserve go binary path (sudo does not preserve path even with -E) sudo -E $(which go) test -race ${{ env.sudo_packages }} - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage/codecov/Cobertura.xml token: ${{ secrets.CODECOV_TOKEN }}