We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9131e commit 01d7b85Copy full SHA for 01d7b85
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
make cover # run test with coverage
38
env:
39
AWS_REGION: ap-northeast-1 # for awscli
40
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v7
41
with:
42
file: ./cover.out
43
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments