diff --git a/.github/workflows/build_lint_test.yaml b/.github/workflows/build_lint_test.yaml index 570644cf..618717e1 100644 --- a/.github/workflows/build_lint_test.yaml +++ b/.github/workflows/build_lint_test.yaml @@ -30,6 +30,6 @@ jobs: run: | ./tools/test xml - name: Upload code coverage to codecov.io - - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml \ No newline at end of file