diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8551d5..0a9c90e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: project-dir: "native/ecto_libsql" - name: Artifact upload - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ steps.build-crate.outputs.file-name }} path: ${{ steps.build-crate.outputs.file-path }}