diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b1f2e328a..480b972d14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Upload coverage to Codecov uses: codecov/codecov-action@v3