Skip to content

Commit 935aaf0

Browse files
Bump actions/upload-artifact from 5 to 6 (#75)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 539ed4b commit 935aaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

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

136-
- uses: actions/upload-artifact@v5
136+
- uses: actions/upload-artifact@v6
137137
with:
138138
name: beta-version
139139
path: _build/html
@@ -159,7 +159,7 @@ jobs:
159159
run: pixi run sphinx-build -M html . _build -W --keep-going -a
160160

161161

162-
- uses: actions/upload-artifact@v5
162+
- uses: actions/upload-artifact@v6
163163
with:
164164
name: tagged-version
165165
path: _build/html

0 commit comments

Comments
 (0)