fix: change artifact ver from v4->v2
All checks were successful
CI.yml / build (push) Successful in 1m48s

This commit is contained in:
d3m0k1d
2026-01-14 00:48:51 +03:00
parent 3f3de4e337
commit 7c89c6cfdf

View File

@@ -45,7 +45,7 @@ jobs:
GOARCH: ${{ matrix.arch }}
run: go build -o banforge-${{ matrix.goos }}-${{ matrix.arch }} ./cmd/banforge
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v2
with:
name: banforge-${{ matrix.arch }}
path: banforge-${{ matrix.goos }}-${{ matrix.arch }}
@@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v2
with:
path: ./artifacts