diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1b06ed00..88d6da61 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -244,7 +244,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* @@ -406,7 +406,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* @@ -582,7 +582,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: dist pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* diff --git a/.github/workflows/reusable-cibuildwheel.yml b/.github/workflows/reusable-cibuildwheel.yml index d57281ab..bd3bf482 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@v4 + uses: actions/download-artifact@v5 with: name: ${{ inputs.dists-artifact-name }} path: dist/