diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e54b0e5..a4dc1a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -93,6 +93,6 @@ jobs: run: vendor/bin/infection --show-mutations - name: Upload code coverage if: matrix.description != 'Infection' - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: build/coverage-report.xml