diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 88c2e1e..1bda917 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -62,7 +62,7 @@ jobs: coverage report -m - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5.4.0 + uses: codecov/codecov-action@v5.4.2 with: token: ${{ secrets.CODECOV_TOKEN }}