diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72da1556d..cd21c6ac6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: needs: [lint, test] steps: - name: Download production artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: coverage-report path: build