Skip to content

Commit 934f7da

Browse files
chore(deps): Bump the actions group with 2 updates (#115)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Giordon Stark <[email protected]>
1 parent 9d3ede7 commit 934f7da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-jupyter-book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pixi run build
5050
5151
- name: Upload jupyter book
52-
uses: actions/upload-artifact@v5
52+
uses: actions/upload-artifact@v6
5353
with:
5454
name: jupyterbook
5555
path: 'book/_build/html/'
@@ -94,7 +94,7 @@ jobs:
9494
jupyter lite check
9595
9696
- name: Upload Pyodide build
97-
uses: actions/upload-artifact@v5
97+
uses: actions/upload-artifact@v6
9898
with:
9999
name: jupyterlite
100100
path: _output/
@@ -112,12 +112,12 @@ jobs:
112112
- name: Setup Pages
113113
uses: actions/configure-pages@v5
114114

115-
- uses: actions/download-artifact@v6
115+
- uses: actions/download-artifact@v7
116116
with:
117117
name: jupyterbook
118118
path: 'public'
119119

120-
- uses: actions/download-artifact@v6
120+
- uses: actions/download-artifact@v7
121121
with:
122122
name: jupyterlite
123123
path: 'public/live'

0 commit comments

Comments
 (0)