diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0ca8c4a..e5d612d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -40,6 +40,6 @@ jobs: - name: Report Coverage (codecov) if: matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}