Skip to content

Commit df06ec6

Browse files
authored
chore: updating codecov version in nodejs workflow (#307)
1 parent aa6f236 commit df06ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-node.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
./publish-layers.sh build-publish-nodejs${{ matrix.node-version }}x-ecr-image
4747
- name: Upload Unit Test Coverage
4848
if: steps.node-check-tag.outputs.match == 'true'
49-
uses: codecov/codecov-action@v3
49+
uses: codecov/codecov-action@v5.0.7
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
52-
file: ./nodejs/coverage/unit/lcov.info
52+
files: ./nodejs/coverage/unit/lcov.info
5353
fail_ci_if_error: true
5454
flags: unit-tests

0 commit comments

Comments
 (0)