diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afb2afa5..9c7efe4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: make test - name: Send to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage/coverage.txt -