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.
2 parents 70eb1a8 + 7097398 commit fc806f8Copy full SHA for fc806f8
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
strategy:
31
matrix:
32
- node-version: [14.17.3]
+ node-version: [18.20.8]
33
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
34
35
steps:
.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