Skip to content

Commit 2e07bc9

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 402fef1 commit 2e07bc9

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)