From 544b9624eb127ea5ea90ee68ef0d0ec6ac46c77a Mon Sep 17 00:00:00 2001 From: Hong Chen Date: Tue, 14 Jan 2025 19:47:00 -0600 Subject: [PATCH] Changed test report version to v1 Changed test report version back to v1 as it was changed to v4 by mistake --- .github/workflows/report_alt_linux_distros.yml | 2 +- .github/workflows/report_linux.yml | 2 +- .github/workflows/report_linux_py2.yml | 2 +- .github/workflows/report_macos.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/report_alt_linux_distros.yml b/.github/workflows/report_alt_linux_distros.yml index 57b782251..7ca302cce 100644 --- a/.github/workflows/report_alt_linux_distros.yml +++ b/.github/workflows/report_alt_linux_distros.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v4 + - uses: dorny/test-reporter@v1 with: artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created diff --git a/.github/workflows/report_linux.yml b/.github/workflows/report_linux.yml index bd94b4f6e..907dc2b42 100644 --- a/.github/workflows/report_linux.yml +++ b/.github/workflows/report_linux.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v4 + - uses: dorny/test-reporter@v1 with: artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created diff --git a/.github/workflows/report_linux_py2.yml b/.github/workflows/report_linux_py2.yml index 74b71e0a7..952e4a2a3 100644 --- a/.github/workflows/report_linux_py2.yml +++ b/.github/workflows/report_linux_py2.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v4 + - uses: dorny/test-reporter@v1 with: artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created diff --git a/.github/workflows/report_macos.yml b/.github/workflows/report_macos.yml index 1d1e4fbd5..03b706c1a 100644 --- a/.github/workflows/report_macos.yml +++ b/.github/workflows/report_macos.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: dorny/test-reporter@v4 + - uses: dorny/test-reporter@v1 with: artifact: Trick_macos # artifact name name: Results_Trick_macos # Name of the check run which will be created