Skip to content

Commit 537e938

Browse files
Build(deps): bump the actions-deps group with 2 updates (#295)
Bumps the actions-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.7.6 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.4...v4.7.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch 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 1b3a88e commit 537e938

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v5
108+
uses: actions/upload-artifact@v6
109109
with:
110110
name: HTML-Coverage
111111
path: cov_html
@@ -199,15 +199,15 @@ jobs:
199199
make -C doc html
200200
201201
- name: Upload documentation
202-
uses: actions/upload-artifact@v5
202+
uses: actions/upload-artifact@v6
203203
with:
204204
name: HTML-Documentation
205205
path: doc/_build/html
206206
retention-days: 7
207207

208208
- name: Deploy documentation to gh-pages
209209
if: github.ref == 'refs/heads/main'
210-
uses: JamesIves/[email protected].4
210+
uses: JamesIves/[email protected].6
211211
with:
212212
token: ${{ secrets.github_token }}
213213
branch: gh-pages

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
make -C doc html
4646
4747
- name: Upload documentation
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: HTML-Documentation
5151
path: doc/_build/html
5252
retention-days: 7
5353

5454
- name: Deploy documentation to gh-pages
5555
if: github.ref == 'refs/heads/main'
56-
uses: JamesIves/[email protected].4
56+
uses: JamesIves/[email protected].6
5757
with:
5858
token: ${{ secrets.github_token }}
5959
branch: gh-pages

0 commit comments

Comments
 (0)