diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1587c9d..7a04e5a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -120,7 +120,7 @@ jobs: # Skips the PyPI CDN race entirely. - name: Download wheel artifact from the triggering Release run if: github.event_name == 'workflow_run' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0076d6..12d06d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,7 +120,7 @@ jobs: id-token: write steps: - name: Download built artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-dist path: dist/ @@ -138,7 +138,7 @@ jobs: - uses: actions/checkout@v4 - name: Download built artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: release-dist path: dist/