From dc95b4487ce3e8ed090cb796c73840cb591a1e93 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 9 Apr 2020 13:46:31 +0200 Subject: [PATCH] workflows: file within docker not accessible Therefore, let's try with v2-preview. --- .github/workflows/sitl_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sitl_tests.yml b/.github/workflows/sitl_tests.yml index 6d655fb395..3fef85d145 100644 --- a/.github/workflows/sitl_tests.yml +++ b/.github/workflows/sitl_tests.yml @@ -58,13 +58,13 @@ jobs: run: gdb build/px4_sitl_default/bin/px4 px4.core -ex "thread apply all bt" -ex "quit" - name: Upload px4 coredump if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2-preview with: name: coredump path: px4.core - name: Upload px4 binary if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2-preview with: name: binary path: build/px4_sitl_default/bin/px4