File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Send unit tests coverage to Codecov
96
96
if : runner.os == 'Linux' && github.repository == 'arduino/pluggable-discovery-protocol-handler'
97
- uses : codecov/codecov-action@v3
97
+ uses : codecov/codecov-action@v4
98
98
with :
99
99
# A token is used to avoid intermittent spurious job failures caused by rate limiting.
100
100
token : d2497f03-291d-4e0c-9d31-d94614ed7c16
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Send unit tests coverage to Codecov (run from a fork)
106
106
if : runner.os == 'Linux' && github.repository != 'arduino/pluggable-discovery-protocol-handler'
107
- uses : codecov/codecov-action@v3
107
+ uses : codecov/codecov-action@v4
108
108
with :
109
109
# use repository variable CODECOV_TOKEN if running from a fork.
110
110
# codecov/codecov-action does unauthenticated upload if empty string is passed via the `token` input.
You can’t perform that action at this time.
0 commit comments