Skip to content

Commit d872427

Browse files
⬆️ Bump actions/upload-artifact from 6 to 7 (#174)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6066960 commit d872427

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
jb build lectures --path-output ./ -W --keep-going
2626
- name: Upload "_build" folder (cache)
27-
uses: actions/upload-artifact@v6
27+
uses: actions/upload-artifact@v7
2828
with:
2929
name: build-cache
3030
path: _build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
jb build -W --keep-going lectures --path-output ./
6464
- name: Save Build as Artifact
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
with:
6767
name: _build
6868
path: _build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
jb build lectures --path-output ./ --builder=custom --custom-builder=jupyter
6262
zip -r download-notebooks.zip _build/jupyter
63-
- uses: actions/upload-artifact@v6
63+
- uses: actions/upload-artifact@v7
6464
with:
6565
name: download-notebooks
6666
path: download-notebooks.zip

0 commit comments

Comments
 (0)