We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879f5be commit e59b66cCopy full SHA for e59b66c
.github/workflows/unit_test.yaml
@@ -28,6 +28,6 @@ jobs:
28
make test
29
30
- name: Upload to Codecov
31
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
32
with:
33
file: ./coverage.txt
0 commit comments