Skip to content

Commit f1f5380

Browse files
authored
updated actions/upload-artifact to v4 (#2290)
Signed-off-by: Henry Li <[email protected]>
1 parent c654b54 commit f1f5380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shell_linter.yml

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

2828
- name: Upload ShellCheck Results
2929
if: always()
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: shellcheck-results
3333
path: shellcheck.xml

0 commit comments

Comments
 (0)