File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ jobs:
351351 Copy-Item "windows\x64\Release\hidapi.dll","windows\x64\Release\hidapi.lib","windows\x64\Release\hidapi.pdb" -Destination "artifacts\x64"
352352 Copy-Item "hidapi\hidapi.h","windows\hidapi_winapi.h" -Destination "artifacts\include"
353353 - name : Upload artifacts
354- uses : actions/upload-artifact@v3
354+ uses : actions/upload-artifact@v4
355355 with :
356356 name : hidapi-win
357357 path : artifacts/
Original file line number Diff line number Diff line change 6363 cov-build --dir cov-int nmake
6464 Rename-Item ".\cov-int\emit\$(hostname)" hostname
6565 - name : Backup Coverity logs
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : coverity-logs-windows
6969 path : build/cov-int
@@ -123,7 +123,7 @@ jobs:
123123 cov-build --dir cov-int --append-log ninja
124124 mv cov-int/emit/$(hostname) cov-int/emit/hostname
125125 - name : Backup Coverity logs
126- uses : actions/upload-artifact@v3
126+ uses : actions/upload-artifact@v4
127127 with :
128128 name : coverity-logs-windows-macos
129129 path : build/cov-int
@@ -191,7 +191,7 @@ jobs:
191191 https://scan.coverity.com/builds?project=hidapi
192192 mv cov-int/emit/$(hostname) cov-int/emit/hostname
193193 - name : Backup Coverity logs
194- uses : actions/upload-artifact@v3
194+ uses : actions/upload-artifact@v4
195195 with :
196196 name : coverity-logs-windows-macos-linux
197197 path : build/cov-int
Original file line number Diff line number Diff line change 3131 working-directory : doxygen
3232
3333 - name : Save doxygen docs as artifact
34- uses : actions/upload-artifact@v3
34+ uses : actions/upload-artifact@v4
3535 with :
3636 name : HIDAPI_doxygen_docs
3737 path : ${{ github.workspace }}/doxygen/html
You can’t perform that action at this time.
0 commit comments