Skip to content

Commit 42d1d45

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b477574 commit 42d1d45

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
@@ -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@v6
136+
- uses: actions/upload-artifact@v7
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@v6
162+
- uses: actions/upload-artifact@v7
163163
with:
164164
name: tagged-version
165165
path: _build/html

0 commit comments

Comments
 (0)