Skip to content

Commit

Permalink
[skip ci] update upload artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Aug 12, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: cargo build --target ${{ matrix.target }} --release --bin=nmsr-aas --package=nmsr-aas --features=ears

- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nmsr-aas-${{ matrix.build }}
path: target/${{ matrix.target }}/release/nmsr-aas

0 comments on commit e621000

Please sign in to comment.