From 95985cdcc2cf791879cb514645117c1d6975058d Mon Sep 17 00:00:00 2001 From: Jesse S Date: Thu, 27 Jun 2024 15:35:24 -0700 Subject: [PATCH] Fix mac build (#100) * ci: revert downgrade action to v3 --- .github/workflows/mac-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index 462d9bf..4691b66 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -212,7 +212,7 @@ jobs: ./asrestore -n test -d backupdir 2>&1 | grep "Failed to connect" working-directory: ${{ steps.working-dir.outputs.value }}/binaries/static_bin - name: Upload static asbackup artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asbackup-static path: ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup