File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 ci/build-websocketpp.sh
134134 - name : upload VRPN logs
135135 if : failure() && startsWith(matrix.os, 'ubuntu')
136- uses : actions/upload-artifact@v5
136+ uses : actions/upload-artifact@v6
137137 with :
138138 name : ${{ matrix.os }} ${{ matrix.xcode }}${{ env.CXX }} VRPN logs
139139 path : " vrpn/build/CMakeFiles/*.log"
@@ -176,7 +176,7 @@ jobs:
176176 ./configure --enable-gui --enable-ip-interface --enable-websocket-interface --enable-fudi-interface --enable-ecasound --enable-sofa --enable-polhemus --enable-razor --enable-vrpn --disable-browser-gui --enable-dynamic-asdf --disable-dependency-tracking
177177 - name : upload config.log
178178 if : failure()
179- uses : actions/upload-artifact@v5
179+ uses : actions/upload-artifact@v6
180180 with :
181181 name : ${{ matrix.os }} ${{ matrix.xcode }}${{ env.CXX }} configure log
182182 path : config.log
Original file line number Diff line number Diff line change 3434 run : |
3535 sh pd-lib-builder-iem-ci/localdeps/localdeps.linux.sh build/ssr_*.pd_linux
3636 - name : upload Linux externals
37- uses : actions/upload-artifact@v5
37+ uses : actions/upload-artifact@v6
3838 with :
3939 name : linux-externals
4040 path : ssr/flext/build/*
7272 run : |
7373 sh pd-lib-builder-iem-ci/localdeps/localdeps.macos.sh build/ssr_*.pd_darwin
7474 - name : upload macOS externals
75- uses : actions/upload-artifact@v5
75+ uses : actions/upload-artifact@v6
7676 with :
7777 name : macos-externals
7878 path : ssr/flext/build/*
@@ -127,7 +127,7 @@ jobs:
127127 run : |
128128 sh pd-lib-builder-iem-ci/localdeps/localdeps.win.sh build/ssr_*.m_amd64
129129 - name : upload Windows externals
130- uses : actions/upload-artifact@v5
130+ uses : actions/upload-artifact@v6
131131 with :
132132 name : windows-externals
133133 path : ssr/flext/build/*
@@ -168,7 +168,7 @@ jobs:
168168 run : |
169169 deken package -v $(git describe --tags --always) --objects flext/objects.txt ssr
170170 - name : Upload deken package
171- uses : actions/upload-artifact@v5
171+ uses : actions/upload-artifact@v6
172172 with :
173173 name : Deken package
174174 path : " *.dek*"
You can’t perform that action at this time.
0 commit comments