Skip to content

Commit 503a7f6

Browse files
MAINT: Bump actions/upload-artifact from 4 to 5 (#285)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bfea66e commit 503a7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
xvfb-run make -C doc linkcheck
9090
9191
- name: Upload HTML Documentation
92-
uses: actions/upload-artifact@v4
92+
uses: actions/upload-artifact@v5
9393
with:
9494
name: documentation-html
9595
path: doc/_build/html

.github/workflows/ci_cd_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
xvfb-run mechanical-env make -C doc html
106106
107107
- name: Upload HTML Documentation
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: documentation-html
111111
path: doc/_build/html

0 commit comments

Comments
 (0)