Skip to content

Commit fc806f8

Browse files
committed
Merge remote-tracking branch 'origin/dev-0.3.2-for-upstream' into dev-0.3.2-for-upstream
2 parents 70eb1a8 + 7097398 commit fc806f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [14.17.3]
32+
node-version: [18.20.8]
3333
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3434

3535
steps:

.github/workflows/check_license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "rat_file=$rat_file"
4343
if [[ -n "$rat_file" ]];then echo "check error!" && cat $rat_file && exit 123;else echo "check success!" ;fi
4444
- name: Upload the report
45-
uses: actions/upload-artifact@v2
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: license-check-report
4848
path: "**/target/rat.txt"

0 commit comments

Comments
 (0)