From d0ae08483c920401c2bfd4851ccb34496068dd69 Mon Sep 17 00:00:00 2001 From: Alex May Date: Wed, 13 Sep 2023 10:52:11 -0600 Subject: [PATCH] fix github actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0f5ade88f..cba05dd618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: cat conductor_tests.log - name: Publish server logs if: always() - uses: actions/upload-artifacts@v3 + uses: actions/upload-artifact@v3 with: name: server-logs path: conductor_tests.log