diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c67908..77ff1b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,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