Skip to content

Commit

Permalink
update version of actions (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Oct 27, 2022
1 parent a3a3312 commit e073e41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: build
run: eng/build.sh
- name: Run tests
run: sudo target/x86_64-unknown-linux-musl/release/avml --compress output.lime
- name: upload artifacts
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3.1.1
with:
name: build-artifacts
path: |
Expand All @@ -36,15 +36,15 @@ jobs:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: build avml-convert
run: cargo build --release --bin avml-convert --locked
- name: build avml-upload
run: cargo build --release --bin avml-upload --locked
- name: Run tests
run: cargo test
- name: upload artifacts
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3.1.1
with:
name: windows-artifacts
path: |
Expand Down

0 comments on commit e073e41

Please sign in to comment.