diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 38e0e1e..88b7f7d 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.4 + uses: codecov/codecov-action@v3.1.5 with: file: ./coverage.out flags: ${{ runner.os }}