diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index c054056..cc3378b 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -64,10 +64,10 @@ jobs: - name: Install dependencies run: bun install --frozen-lockfile - - name: Download ${{ steps.meta.outputs.name }}.zip + - name: Download Artifacts uses: https://code.forgejo.org/forgejo/download-artifact@v4 with: - name: ${{ steps.meta.outputs.name }}.zip + name: ${{ needs.build.outputs.artifact_name }}.zip path: packages/library/dist - name: Set package version