diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 366cc217..f4e4abe7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: env: BUILD_EXTENSION: no - name: Save sdist & wheel - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist-architecture-independent path: | @@ -57,7 +57,7 @@ jobs: env: BUILD_EXTENSION: yes - name: Save wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist-${{ matrix.os }} path: wheelhouse/*.whl