Skip to content

Commit 95fdeea

Browse files
author
LiangHuLiu
committed
artifact v3 updates to artifact v4
1 parent 2140ade commit 95fdeea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tcrm-pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pylint --rcfile pylintrc --fail-under=7 `find -regextype egrep -regex '(.*.py)$'` |
3434
tee pylint.txt
3535
- name: Upload pylint.txt as artifact
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: pylint report
3939
path: pylint.txt

0 commit comments

Comments
 (0)