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
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:
parent
cb4cb52776
commit
a0ed5e25b2
1 changed files with 3 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
git checkout "$GITHUB_SHA"
|
git checkout "$GITHUB_SHA"
|
||||||
|
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: https://code.forgejo.org/actions/setup-go@v7
|
uses: https://code.forgejo.org/actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.26'
|
go-version: '1.26'
|
||||||
|
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
ls -lh "$OUT"
|
ls -lh "$OUT"
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rony-llm-agent-${{ matrix.os }}-${{ matrix.arch }}
|
name: rony-llm-agent-${{ matrix.os }}-${{ matrix.arch }}
|
||||||
path: dist/rony-llm-agent-*
|
path: dist/rony-llm-agent-*
|
||||||
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download all artifacts
|
- name: Download all artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue