File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186
186
GIT_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
187
187
run : go run scripts/datadog-cireport/main.go gotests.xml
188
188
189
- - uses : codecov/codecov-action@v2
189
+ - uses : codecov/codecov-action@v3
190
190
if : github.actor != 'dependabot[bot]'
191
191
with :
192
192
token : ${{ secrets.CODECOV_TOKEN }}
@@ -271,7 +271,7 @@ jobs:
271
271
GIT_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
272
272
run : go run scripts/datadog-cireport/main.go gotests.xml
273
273
274
- - uses : codecov/codecov-action@v2
274
+ - uses : codecov/codecov-action@v3
275
275
if : github.actor != 'dependabot[bot]'
276
276
with :
277
277
token : ${{ secrets.CODECOV_TOKEN }}
@@ -394,7 +394,7 @@ jobs:
394
394
- run : yarn test:coverage
395
395
working-directory : site
396
396
397
- - uses : codecov/codecov-action@v2
397
+ - uses : codecov/codecov-action@v3
398
398
if : github.actor != 'dependabot[bot]'
399
399
with :
400
400
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments