diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d1f6e621..f933afc1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -252,7 +252,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: dist pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* @@ -497,7 +497,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 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 69b287fd..30771e4f 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@v6 + uses: actions/download-artifact@v7 with: name: ${{ inputs.dists-artifact-name }} path: dist/