diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e19f615cc..87c8e81d9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: make ci_up - name: Download all artifacts # Downloads coverage1, coverage2, etc. - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Run coverage run: make ci_coverage - uses: codecov/codecov-action@v1