File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 - name : Configure
8484 run : |
8585 cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=clang
86- - uses : actions/download-artifact@v3
86+ - uses : actions/download-artifact@v4
8787 with :
8888 name : coverity-logs-windows
8989 path : build/cov-int
@@ -145,7 +145,7 @@ jobs:
145145 - name : Configure
146146 run : |
147147 cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=gcc
148- - uses : actions/download-artifact@v3
148+ - uses : actions/download-artifact@v4
149149 with :
150150 name : coverity-logs-windows-macos
151151 path : build/cov-int
Original file line number Diff line number Diff line change 4545 cancel-in-progress : true
4646 steps :
4747 - name : downlod artifact
48- uses : actions/download-artifact@v3
48+ uses : actions/download-artifact@v4
4949 with :
5050 name : HIDAPI_doxygen_docs
5151 path : docs
You can’t perform that action at this time.
0 commit comments