We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adc62d commit 42468f8Copy full SHA for 42468f8
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
yarn test
33
34
- name: Uploade CodeCov Report
35
- uses: codecov/codecov-action@v4.5.0
+ uses: codecov/codecov-action@v4.6.0
36
with:
37
token: ${{ secrets.CODECOV_TOKEN }}
38
0 commit comments