diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f7946b9..7c55b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: python-version: "3.12" - run: python -m pip install build - run: python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: distributions path: dist/*