Skip to content

Commit 05a3e8d

Browse files
gelxiogongAlexkun
authored andcommitted
upgrade actions/upload-artifact to v4
1 parent 3f8b79e commit 05a3e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)