Skip to content

Commit 0f1fdc1

Browse files
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](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e433b58 commit 0f1fdc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-go-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Send unit tests coverage to Codecov
9696
if: runner.os == 'Linux' && github.repository == 'arduino/pluggable-discovery-protocol-handler'
97-
uses: codecov/codecov-action@v4
97+
uses: codecov/codecov-action@v5
9898
with:
9999
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
100100
token: d2497f03-291d-4e0c-9d31-d94614ed7c16
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Send unit tests coverage to Codecov (run from a fork)
106106
if: runner.os == 'Linux' && github.repository != 'arduino/pluggable-discovery-protocol-handler'
107-
uses: codecov/codecov-action@v4
107+
uses: codecov/codecov-action@v5
108108
with:
109109
# use repository variable CODECOV_TOKEN if running from a fork.
110110
# codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.

0 commit comments

Comments
 (0)