diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a167eed..ece1f83c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -121,7 +121,7 @@ jobs: pip install -r docs/requirements.txt - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: code-coverage-report