diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8deb8726..1a05d206 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -245,7 +245,7 @@ jobs: workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: ${{ needs.pre-setup.outputs.dists-artifact-name }}* @@ -548,7 +548,7 @@ jobs: ${{ needs.pre-setup.outputs.dists-artifact-name }} - name: Download distributions - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 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 7efd7bf8..244371c5 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@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.dists-artifact-name }} path: dist/ diff --git a/.github/workflows/reusable-codspeed.yml b/.github/workflows/reusable-codspeed.yml index 54df767d..dd5f2ec5 100644 --- a/.github/workflows/reusable-codspeed.yml +++ b/.github/workflows/reusable-codspeed.yml @@ -89,7 +89,7 @@ jobs: ${{ inputs.dists-artifact-name }} - name: Download distributions if: inputs.pypi-project-name != '' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: dist pattern: ${{ inputs.dists-artifact-name }}*