bump CI workflow

This commit is contained in:
Σrebe - Romain GERARD 2024-09-27 19:35:30 +02:00
parent 18db0a73c0
commit 731eadffe8

View file

@ -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 }}