diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 88b7f7d..6faf2ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -77,7 +77,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.event_name != 'pull_request' }} - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v4.0.2 with: file: ./coverage.out flags: ${{ runner.os }}