diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c01eca5..ac6f95e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: coverage xml -o reports/coverage.xml -i - name: Check coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ./reports