diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efa02b1..aa939b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: uv build - name: Archive the dist folder - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: dist path: dist @@ -56,7 +56,7 @@ jobs: steps: - name: Download the dist folder from the build job - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: dist path: dist