diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c6abf9..e94e23a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Check the distribution run: uvx twine check dist/* - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist/*