From 277b1f2e2cdd0bff02eef29079d476d64958899a Mon Sep 17 00:00:00 2001 From: Teguh Hofstee <5227572+hofstee@users.noreply.github.com> Date: Mon, 9 Dec 2019 23:49:09 -0800 Subject: [PATCH] Update build_binary.yml --- .github/workflows/build_binary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_binary.yml b/.github/workflows/build_binary.yml index d08a47b..4445f87 100644 --- a/.github/workflows/build_binary.yml +++ b/.github/workflows/build_binary.yml @@ -64,12 +64,12 @@ jobs: steps: - run: sudo apt-get install -y tree - name: Download Linux artifact - - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v1 with: name: ubuntu-latest path: ubuntu-latest - name: Download MacOS artifact - - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v1 with: name: macos-latest path: macos-latest