diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5af727..8ee0861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: - name: Check distributions run: uv run --with twine twine check dist/* - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/*