diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef3e2a9..b5e1732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: run: python -m build --no-isolation - name: Codecov - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.1 with: file: ./coverage.xml token: ${{ secrets.CODECOV_TOKEN }}