We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8b79e commit 05a3e8dCopy full SHA for 05a3e8d
.github/workflows/check_license.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "rat_file=$rat_file"
43
if [[ -n "$rat_file" ]];then echo "check error!" && cat $rat_file && exit 123;else echo "check success!" ;fi
44
- name: Upload the report
45
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
46
with:
47
name: license-check-report
48
path: "**/target/rat.txt"
0 commit comments