diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dd38bd3..d796346 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,6 +56,6 @@ jobs: pytest --cov --cov-report xml:coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }}