Skip to content

Commit 31f7b95

Browse files
Build(deps): bump actions/upload-artifact from 4 to 5 in the actions-deps group (#286)
Build(deps): bump actions/upload-artifact in the actions-deps group Bumps the actions-deps group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 539e514 commit 31f7b95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
pytest
106106
107107
- name: Upload Coverage Results
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v5
109109
with:
110110
name: HTML-Coverage
111111
path: cov_html
@@ -199,7 +199,7 @@ jobs:
199199
make -C doc html
200200
201201
- name: Upload documentation
202-
uses: actions/upload-artifact@v4
202+
uses: actions/upload-artifact@v5
203203
with:
204204
name: HTML-Documentation
205205
path: doc/_build/html

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
make -C doc html
4646
4747
- name: Upload documentation
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: HTML-Documentation
5151
path: doc/_build/html

0 commit comments

Comments
 (0)