Skip to content

Commit 4e2acaf

Browse files
fix: Update upload-artifact version to fix ci
1 parent 48f6676 commit 4e2acaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
bash ./utilities/ci/static-analyzer.sh ${SHA_BASE}
7878
fi
7979
- name: Upload result
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: clang-tidy-result
8383
path: anaylysis.results

0 commit comments

Comments
 (0)