Skip to content

Commit de2f390

Browse files
authored
Merge pull request doxygen#11830 from doxygen/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 12e26a0 + daabbb4 commit de2f390

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)