Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad authored Sep 10, 2024
1 parent 7118b6e commit a2e513f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
copy .\\target\\optimized\\bob.exe .\\build
if: matrix.os.OS == 'windows-latest'
- name: Upload Bob binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "bob-${{ matrix.os.NAME }}-x86_64${{ matrix.tls.SUFFIX }}"
path: ${{ matrix.os.PATH }}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
command: build
args: --locked --profile optimized --target aarch64-unknown-linux-gnu
- name: Upload Bob Linux-aarch64 binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bob-linux-aarch64
path: "target/aarch64-unknown-linux-gnu/optimized/bob"
Expand Down

0 comments on commit a2e513f

Please sign in to comment.