diff --git a/.github/workflows/hatch_ci.yml b/.github/workflows/hatch_ci.yml index 96deefa..0ebae8f 100644 --- a/.github/workflows/hatch_ci.yml +++ b/.github/workflows/hatch_ci.yml @@ -260,7 +260,7 @@ jobs: fetch-depth: 0 - name: Download Coverage Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: coverage-${{ inputs.max-python-version }} path: coverage-data-${{ inputs.max-python-version }}