fix(ci): pin artifact actions to v3 for Forgejo Actions compat
Some checks failed
release / Build (darwin/amd64) (push) Failing after 1m53s
release / Build (windows/amd64) (push) Has been cancelled
release / Build (darwin/arm64) (push) Has been cancelled
release / Build (linux/arm64) (push) Has been cancelled
release / Build (windows/arm64) (push) Has been cancelled
release / Publish release (push) Has been cancelled
release / Build (linux/amd64) (push) Has been cancelled

This commit is contained in:
Victor Hugo Vargas Servin 2026-08-03 22:59:51 -07:00
parent cb4cb52776
commit a0ed5e25b2

View file

@ -46,7 +46,7 @@ jobs:
git checkout "$GITHUB_SHA"
- name: Setup Go
uses: https://code.forgejo.org/actions/setup-go@v7
uses: https://code.forgejo.org/actions/setup-go@v5
with:
go-version: '1.26'
@ -66,7 +66,7 @@ jobs:
ls -lh "$OUT"
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: rony-llm-agent-${{ matrix.os }}-${{ matrix.arch }}
path: dist/rony-llm-agent-*
@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: dist