diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9c83aa..6af835a 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@v4 + uses: actions/download-artifact@v5 with: name: coverage-xml path: coverage.xml