diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1900c2..9621cc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: python-version: "3.13" - name: Download Artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: coverage-xml path: coverage.xml