diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 0121019..ab9d0ea 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.1 + uses: codecov/codecov-action@v7.0.0 with: token: ${{ secrets.CODECOV_TOKEN }}