We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f81189 commit 95985cdCopy full SHA for 95985cd
.github/workflows/mac-artifact.yml
@@ -212,7 +212,7 @@ jobs:
212
./asrestore -n test -d backupdir 2>&1 | grep "Failed to connect"
213
working-directory: ${{ steps.working-dir.outputs.value }}/binaries/static_bin
214
- name: Upload static asbackup artifact
215
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v3
216
with:
217
name: ${{ steps.system-info.outputs.platform }}-${{ runner.arch }}-${{ runner.os }}-${{ steps.system-info.outputs.release }}-asbackup-static
218
path: ${{ steps.working-dir.outputs.value }}/binaries/static_bin/asbackup
0 commit comments