We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bbec2d commit 118fb14Copy full SHA for 118fb14
.github/workflows/codecov.yaml
@@ -32,7 +32,7 @@ jobs:
32
set -e
33
make test-backend
34
- name: Upload Report to Codecov
35
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
+ uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0
36
with:
37
file: ./backend/coverage.out
38
fail_ci_if_error: true
0 commit comments