diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9b17cb..51c0355 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Run tests run: sudo target/x86_64-unknown-linux-musl/release/avml --compress output.lime - name: upload artifacts - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: build-artifacts path: | @@ -45,7 +45,7 @@ jobs: - name: Run tests run: cargo test - name: upload artifacts - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.1.0 with: name: windows-artifacts path: |