diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 10068de..6c83d1d 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -36,7 +36,7 @@ jobs: args: --release --sdist -o dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: wheels path: dist @@ -65,7 +65,7 @@ jobs: args: --release -o dist --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: wheels path: dist @@ -93,7 +93,7 @@ jobs: args: --release -o dist --universal2 --find-interpreter - name: Upload wheels - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: wheels path: dist