diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 216d23e..68e792f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,6 +35,6 @@ jobs: run: coverage run -m pytest - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v5.5.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }}