diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index b831b36..ceda806 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -64,7 +64,7 @@ jobs: --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v6.0.0 + uses: codecov/codecov-action@v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }}