Skip to content

Commit c563e77

Browse files
authored
Merge pull request #36 from arduino/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents fbc7189 + 1737b4c commit c563e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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@v3
97+
uses: codecov/codecov-action@v4
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@v3
107+
uses: codecov/codecov-action@v4
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)