diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a059363f..ef3d9af9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: coverage xml -o reports/coverage.xml -i - name: Check coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./reports/coverage.xml