diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e28d09..0f46a0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: python -m pip install --upgrade pip build python -m build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: path: ./dist/* retention-days: 5