diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8ef354..d4b0cee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: run: poetry build --no-interaction - name: Upload dists - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: "dist" path: "dist/"