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 @@ -177,7 +177,7 @@ jobs:
177
177
GIT_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
178
178
run : go run scripts/datadog-cireport/main.go gotests.xml
179
179
180
- - uses : codecov/codecov-action@v2
180
+ - uses : codecov/codecov-action@v3
181
181
if : github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
182
182
with :
183
183
token : ${{ secrets.CODECOV_TOKEN }}
@@ -262,7 +262,7 @@ jobs:
262
262
GIT_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
263
263
run : go run scripts/datadog-cireport/main.go gotests.xml
264
264
265
- - uses : codecov/codecov-action@v2
265
+ - uses : codecov/codecov-action@v3
266
266
if : github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
267
267
with :
268
268
token : ${{ secrets.CODECOV_TOKEN }}
@@ -381,7 +381,7 @@ jobs:
381
381
- run : yarn test:coverage
382
382
working-directory : site
383
383
384
- - uses : codecov/codecov-action@v2
384
+ - uses : codecov/codecov-action@v3
385
385
if : github.actor != 'dependabot[bot]' && github.repository_owner == 'coder'
386
386
with :
387
387
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments