diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8640f6e..10f2fbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: | @@ -36,7 +36,7 @@ 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 @@ -44,7 +44,7 @@ jobs: - 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: |