diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 1f5b81a..73a02bd 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -58,7 +58,7 @@ jobs: coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml