File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments