From 0f1fdc16ba3e8b27e79290a9b7e6cde14095d036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:51:07 +0000 Subject: [PATCH] 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/test-go-task.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-go-task.yml b/.github/workflows/test-go-task.yml index d9b6e72..5e80298 100644 --- a/.github/workflows/test-go-task.yml +++ b/.github/workflows/test-go-task.yml @@ -94,7 +94,7 @@ jobs: - name: Send unit tests coverage to Codecov if: runner.os == 'Linux' && github.repository == 'arduino/pluggable-discovery-protocol-handler' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: # A token is used to avoid intermittent spurious job failures caused by rate limiting. token: d2497f03-291d-4e0c-9d31-d94614ed7c16 @@ -104,7 +104,7 @@ jobs: - name: Send unit tests coverage to Codecov (run from a fork) if: runner.os == 'Linux' && github.repository != 'arduino/pluggable-discovery-protocol-handler' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: # use repository variable CODECOV_TOKEN if running from a fork. # codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.