fix: change artifact ver from v4->v2
All checks were successful
CI.yml / build (push) Successful in 1m48s
All checks were successful
CI.yml / build (push) Successful in 1m48s
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
run: go build -o banforge-${{ matrix.goos }}-${{ matrix.arch }} ./cmd/banforge
|
run: go build -o banforge-${{ matrix.goos }}-${{ matrix.arch }} ./cmd/banforge
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: banforge-${{ matrix.arch }}
|
name: banforge-${{ matrix.arch }}
|
||||||
path: banforge-${{ matrix.goos }}-${{ matrix.arch }}
|
path: banforge-${{ matrix.goos }}-${{ matrix.arch }}
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./artifacts
|
path: ./artifacts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user