diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3cf91533..25380968 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: python -m build --wheel --sdist --outdir wheelhouse - name: Store wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: wheels path: wheelhouse/*