From 6ddfc139bed0e0b1de79cf0cc5e95ab3278d642b Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Tue, 19 Apr 2022 23:47:12 -0400 Subject: [PATCH] Corrected names of coverage results artifacts --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6cf7620..2cc655b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -175,7 +175,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v3 with: - name: Coverage results (all) + name: Coverage results (edit mode) path: ${{ steps.editMode.outputs.coveragePath }} retention-days: 14 @@ -230,7 +230,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v3 with: - name: Coverage results (all) + name: Coverage results (play mode) path: ${{ steps.playMode.outputs.coveragePath }} retention-days: 14