diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed99261..8724b3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: run: pip install hatch - name: Build run: hatch build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: artifacts path: dist/*