From 7eda8741f4f45ea768415e59177f087aa3f71767 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Tue, 26 Apr 2022 19:56:22 -0400 Subject: [PATCH] update name of package coverage steps --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e033c82..540a10e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -370,7 +370,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v3 with: - name: Coverage results (all) + name: Package Coverage results (all) path: ${{ steps.packageAllTests.outputs.coveragePath }} retention-days: 14 @@ -415,7 +415,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v3 with: - name: Coverage results (edit mode) + name: Package Coverage results (edit mode) path: ${{ steps.packageEditMode.outputs.coveragePath }} retention-days: 14 @@ -460,7 +460,7 @@ jobs: - name: Upload coverage results uses: actions/upload-artifact@v3 with: - name: Coverage results (play mode) + name: Package Coverage results (play mode) path: ${{ steps.packagePlayMode.outputs.coveragePath }} retention-days: 14