File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ jobs:
265265
266266 - name : Upload executable
267267 if : steps.build.outputs.viewer_app
268- uses : actions/upload-artifact@v4
268+ uses : actions/upload-artifact@v5
269269 with :
270270 name : " ${{ steps.build.outputs.artifact }}-app"
271271 path : |
@@ -275,21 +275,21 @@ jobs:
275275 # artifact for that too.
276276 - name : Upload symbol file
277277 if : steps.build.outputs.symbolfile
278- uses : actions/upload-artifact@v4
278+ uses : actions/upload-artifact@v5
279279 with :
280280 name : " ${{ steps.build.outputs.artifact }}-symbols"
281281 path : ${{ steps.build.outputs.symbolfile }}
282282
283283 - name : Upload metadata
284- uses : actions/upload-artifact@v4
284+ uses : actions/upload-artifact@v5
285285 with :
286286 name : " ${{ steps.build.outputs.artifact }}-metadata"
287287 # emitted by build.sh, possibly multiple lines
288288 path : |
289289 ${{ steps.build.outputs.metadata }}
290290
291291 - name : Upload physics package
292- uses : actions/upload-artifact@v4
292+ uses : actions/upload-artifact@v5
293293 # should only be set for viewer-private
294294 if : matrix.configuration == 'Release' && steps.build.outputs.physicstpv
295295 with :
You can’t perform that action at this time.
0 commit comments