diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2904da3..2de42e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: python-version: "3.11" - name: Download JUnit reports - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: junit-reports merge-multiple: true