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