diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 464bdc70..8b90809d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: - name: Generate coverage XML run: nox -s generate_coverage_xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 lint: runs-on: ubuntu-20.04 steps: