diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 69fb75c..0121019 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -57,7 +57,7 @@ jobs: pytest --cov - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}