diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2cf2cbde8..23b0e173d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: pnpm --filter @modrinth/app exec tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc - name: Upload Windows desktop client - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: modrinth-plus-windows path: target/x86_64-pc-windows-msvc/release/bundle/nsis/**