Skip to content

Commit 7188745

Browse files
Build(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#653)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
1 parent 6185c6d commit 7188745

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
- name: Tar build
7171
run: tar -zcvf doc-build-${{ matrix.builder }}.tar.gz doc/build/
7272

73-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
73+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7474
with:
7575
name: doc-build-${{ matrix.builder }}
7676
path: doc-build-${{ matrix.builder }}.tar.gz
7777

78-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
78+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7979
with:
8080
name: tutorial-${{ matrix.builder }}
8181
path: doc/source/tutorial
@@ -85,7 +85,7 @@ jobs:
8585
find doc/source/tutorial -type f -name '*.ipynb' | cpio -p -d -v _notebooks/
8686
find doc/source/tutorial/09_trame -type f -name '*.py' | cpio -p -d -v _notebooks/
8787
rm _notebooks/doc/source/tutorial/09_trame/*.ipynb
88-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
88+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8989
with:
9090
name: tutorial-notebooks-${{ matrix.builder }}
9191
path: _notebooks

0 commit comments

Comments
 (0)