diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ce772f6..b198ae6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -128,7 +128,7 @@ jobs: args: "--workspace --all-features -- --test-threads 1" version: "latest" - name: Upload to codecov.io - uses: codecov/codecov-action@v1.3.2 + uses: codecov/codecov-action@v1.4.0 if: matrix.rust == 'stable' && matrix.os == 'ubuntu-latest' # Added to summarize the matrix (otherwise we would need to list every single