Skip to content

Commit ec88cd0

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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] <support@github.com>
1 parent 8a8abf5 commit ec88cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
python-version: '3.10'
1414
- run: pip install jupytext
1515
- run: make notebooks
16-
- uses: actions/upload-artifact@v4
16+
- uses: actions/upload-artifact@v6
1717
with:
1818
name: notebooks
1919
path: |
@@ -30,7 +30,7 @@ jobs:
3030
python-version: '3.10'
3131
- run: pip install jinja2
3232
- run: make index
33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v6
3434
with:
3535
name: index
3636
path: |
@@ -48,7 +48,7 @@ jobs:
4848
glob_root_file: true
4949
latexmk_shell_escape: true
5050
work_in_root_file_dir: true
51-
- uses: actions/upload-artifact@v4
51+
- uses: actions/upload-artifact@v6
5252
with:
5353
name: pdf
5454
path: "*/*.pdf"

0 commit comments

Comments
 (0)