From f9de2598e046e9b1c6fa71ead10554ffd7f2d79d Mon Sep 17 00:00:00 2001 From: "Jakob P. Liljenberg" Date: Sun, 23 Oct 2022 19:41:12 +0200 Subject: [PATCH] Update continuous-build-macos.yml --- .github/workflows/continuous-build-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-build-macos.yml b/.github/workflows/continuous-build-macos.yml index 2cb5e4a..a219b6a 100644 --- a/.github/workflows/continuous-build-macos.yml +++ b/.github/workflows/continuous-build-macos.yml @@ -20,7 +20,7 @@ jobs: runs-on: macos-11 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Compile run: | make CXX=g++-11 ARCH=x86_64 STATIC=true STRIP=true @@ -28,7 +28,7 @@ jobs: mv bin/btop bin/btop-x86_64-BigSur-$GIT_HASH ls -alh bin - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: btop-x86_64-macos-BigSur path: 'bin/*'