diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f91491..e659d54 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - run: make cover - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: file: ./coverage.txt flags: unittests \ No newline at end of file