diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 22e0eeb..ede708a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -41,7 +41,7 @@ jobs: make coverage DBTEST=true - name: Upload coverage report - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4 with: file: ./coverage.out flags: unittests