diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57b1a79..f11615c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: - name: Upload coverage env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 Integration: name: test on python ${{ matrix.python-version }} with Integration tests