diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5c1ede..a6032bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,14 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Install depends run: sudo apt-get install -y mingw-w64 clang && rustup target add x86_64-pc-windows-gnu - name: Make run: make dist-no-7z - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: dist path: out/