diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0382918..738fa6e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: steps: - name: Retrieve release distributions - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: wheels-* merge-multiple: true @@ -127,7 +127,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v5 with: pattern: wheels-* merge-multiple: true