We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1be2f commit 0607659Copy full SHA for 0607659
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Test
26
run: task test
27
- name: Upload coverage reports to Codecov
28
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
31
codecov_yml_path: .github/codecov.yml
0 commit comments