diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0191c2..fa96253 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -180,12 +180,12 @@ jobs: permissions: id-token: write steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: "wheels-*" path: dist merge-multiple: true - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: pattern: "sdist-*" path: dist @@ -205,7 +205,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: fetch-depth: 0 - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c with: path: release-assets merge-multiple: true