Skip to content

Commit 6c4aa8c

Browse files
committed
fix outdated artifact action
1 parent 8b42ba1 commit 6c4aa8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
include-regex: ^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(vert|frag))$
2424

2525
- name: Run Linter
26-
uses: ZedThree/clang-tidy-review@v0.14.0
26+
uses: ZedThree/clang-tidy-review@v0.21.0
2727
with:
2828
apt_packages: ninja-build,libglu1-mesa-dev,mesa-common-dev,xorg-dev
2929
cmake_command: cmake -B build -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=on
@@ -33,4 +33,4 @@ jobs:
3333
config_file: .clang-tidy
3434

3535
- name: Upload Result
36-
uses: ZedThree/clang-tidy-review/upload@v0.14.0
36+
uses: ZedThree/clang-tidy-review/upload@v0.21.0

0 commit comments

Comments
 (0)