We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ed6c1 commit 402e607Copy full SHA for 402e607
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
task build
76
- name: test
77
run: ./scripts/test.sh
78
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
79
with:
80
file: ./coverage.txt
81
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments