From be3e3294cc62b622a67acfc206d1a98b1a41a0cc Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 18 Apr 2023 12:24:37 -0700 Subject: Catch a few left over references to v4 --- .github/workflows/build.yml | 2 +- .github/workflows/test-report.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13792747..466cc796 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build WiX Toolset v4 +name: Build WiX Toolset v5 on: push: diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 62ebbfe2..8780851a 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -1,8 +1,8 @@ -name: Build WiX Toolset v4 Test Report +name: Build WiX Toolset v5 Test Report on: workflow_run: - workflows: [ 'Build WiX Toolset v4' ] + workflows: [ 'Build WiX Toolset v5' ] types: [ completed ] branches-ignore: - master -- cgit v1.2.3-55-g6feb