From 9f46eff516f31953a22b963b2496c56517a0161d Mon Sep 17 00:00:00 2001 From: Asriel Camora Date: Tue, 31 Oct 2023 14:09:16 -0700 Subject: [PATCH] Change test artifact name --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 519081e..96b8af1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: submodules: recursive @@ -50,7 +50,6 @@ jobs: uses: actions/upload-artifact@v3 if: ${{ always() }} with: - name: ${{env.PROJECT_NAME}} path: TestResults - name: Create Release