diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5c73d50..ade8fa0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - name: Build package run: uv build --python 3.14 --python-preference only-managed --sdist --wheel . --out-dir dist - name: Store the distribution packages - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ env.dists-artifact-name }} path: dist/*