diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b38fbf3f..0eb6dbdf 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@v5 + uses: actions/upload-artifact@v6 with: name: dist-architecture-independent path: | @@ -57,7 +57,7 @@ jobs: env: BUILD_EXTENSION: yes - name: Save wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist-${{ matrix.os }} path: wheelhouse/*.whl