From f3f7b845c97d5e3dd5dd70c36b8c225e59ee9524 Mon Sep 17 00:00:00 2001 From: hz Date: Sat, 7 Sep 2024 03:24:43 +0800 Subject: [PATCH] log the reason of github workflow failed --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2bd0d6..5ae5c77 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,9 @@ See also golang version: [cmdr](https://github.com/hedzr/cmdr). ## Status - v0.5.3 - fixed upload-artifact in last release -- v0.5.2 - fixed upload/download-artifact in last release; compliant with c++20 or higher -- v0.5.1 - security patch the workflow script; fixed it; + > actions/upload-artifact and download-artifact must be same major version (such as v4, both) +- v0.5.2 [imcomplete] - fixed upload/download-artifact in last release; compliant with c++20 or higher +- v0.5.1 [imcomplete] - security patch the workflow script; fixed it; - v0.5.0 - upgraded to compliant with cxx20 and later - v0.3.1 - bugs fixed and added constexpr compiler_name and a new test: test-compiler; - v0.3.0 - bugs fixed and sync codes for main compilers;