Skip to content

Commit 2caf532

Browse files
committed
Update Dockerfiles for Codecov upload action v4
Signed-off-by: Beat Buesser <[email protected]>
1 parent 0afbc7b commit 2caf532

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-tfv2-faster-rcnn.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
uses: ./.github/actions/tfv2-faster-rcnn
3434
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v4
36-
env:
37-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3836
with:
3937
fail_ci_if_error: true
38+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)