File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ jobs:
368368 endif()
369369
370370 - name : Archive build artifacts
371- uses : actions/upload-artifact@v4
371+ uses : actions/upload-artifact@v5
372372 with :
373373 name : " ${{ matrix.config.name }} build artifacts"
374374 path : build/bin/
@@ -417,14 +417,14 @@ jobs:
417417 endif()
418418
419419 - name : Archive html documentation artifacts
420- uses : actions/upload-artifact@v4
420+ uses : actions/upload-artifact@v5
421421 with :
422422 name : " Html documentation artifacts"
423423 path : build/html/
424424 if : matrix.config.name == 'Ubuntu Latest GCC Release (Intel)'
425425
426426 - name : Archive Latex documentation artifacts
427- uses : actions/upload-artifact@v4
427+ uses : actions/upload-artifact@v5
428428 with :
429429 name : " Latex documentation artifacts"
430430 path : build/latex/doxygen_manual.pdf
You can’t perform that action at this time.
0 commit comments