Skip to content

Commit 371094b

Browse files
Bump actions/upload-artifact from 4 to 5 (#69)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53f2252 commit 371094b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Build Documentation
131131
run: pixi run sphinx-build -M html . _build -W --keep-going -a -t draft
132132

133-
- uses: actions/upload-artifact@v4
133+
- uses: actions/upload-artifact@v5
134134
with:
135135
name: beta-version
136136
path: _build/html
@@ -156,7 +156,7 @@ jobs:
156156
run: pixi run sphinx-build -M html . _build -W --keep-going -a
157157

158158

159-
- uses: actions/upload-artifact@v4
159+
- uses: actions/upload-artifact@v5
160160
with:
161161
name: tagged-version
162162
path: _build/html

0 commit comments

Comments
 (0)