diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8611d2c2..fa12484a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,6 @@ jobs: CI: Github-Actions - name: Upload coverage to codecov if: "endsWith(matrix.toxenv, '-cov')" - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: "${{ matrix.toxenv }}"