bump CI workflow
This commit is contained in:
parent
18db0a73c0
commit
731eadffe8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
||||||
args: ${{ matrix.platform.build-args }} --target ${{ matrix.platform.target }}
|
args: ${{ matrix.platform.build-args }} --target ${{ matrix.platform.target }}
|
||||||
|
|
||||||
- name: Store artifact
|
- name: Store artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Finally, we store the binary as GitHub artifact for later usage
|
# Finally, we store the binary as GitHub artifact for later usage
|
||||||
name: ${{ env.BIN_NAME }}-${{ matrix.platform.target }}
|
name: ${{ env.BIN_NAME }}-${{ matrix.platform.target }}
|
||||||
|
|
Loading…
Reference in a new issue