Skip to content

Commit 95985cd

Browse files
author
Jesse S
authored
Fix mac build (#100)
* ci: revert downgrade action to v3
1 parent 1f81189 commit 95985cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
./asrestore -n test -d backupdir 2>&1 | grep "Failed to connect"
213213
working-directory: ${{ steps.working-dir.outputs.value }}/binaries/static_bin
214214
- name: Upload static asbackup artifact
215-
uses: actions/upload-artifact@v4
215+
uses: actions/upload-artifact@v3
216216
with:
217217
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asbackup-static
218218
path: ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup

0 commit comments

Comments
 (0)