diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index b613036..c2949ff 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -29,7 +29,7 @@ jobs: - name: Build a binary wheel and a source tarball run: python -m build --sdist --wheel --outdir dist/ . - name: Store wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: path: dist