diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2cc7553db..557d96036 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -232,7 +232,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions if: steps.build_type.outputs.build_type == 'wheel' - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* merge-multiple: true @@ -451,7 +451,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: coverage* merge-multiple: true @@ -556,7 +556,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* merge-multiple: true diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index fb8900e8e..1673bc37d 100644 --- a/.github/workflows/reusable-cibuildwheel.yml +++ b/.github/workflows/reusable-cibuildwheel.yml @@ -96,7 +96,7 @@ jobs: shell: python - name: Download the source distribution - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: ${{ inputs.dists-artifact-name }} path: dist/