diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 84500a6..029b353 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@v4.0.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }}