diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aab5b1d0..50e9e4e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,7 +168,7 @@ jobs: run: twine check --strict dist/* - name: Upload package - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: dist path: dist