Skip to content

Commit 7673870

Browse files
authored
Merge branch 'main' into renovate/aws-sdk-go-v2-monorepo
2 parents a3f7616 + a7ba1f9 commit 7673870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686
cp coverage.txt $TEST_RESULTS
8787
cp coverage.html $TEST_RESULTS
8888
- name: Upload coverage report
89-
uses: codecov/codecov-action@v4.6.0
89+
uses: codecov/codecov-action@v5.0.0
9090
env:
9191
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9292
with:
93-
file: ./coverage.txt
93+
files: ./coverage.txt
9494
verbose: true
9595
- name: Store coverage test output
9696
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)