Skip to content

Commit bb8db9f

Browse files
Bump the actions group with 3 updates (#91)
Bumps the actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/cache](https://github.com/actions/cache). 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) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- 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 - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3111428 commit bb8db9f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
pip uninstall -y "jupyterlite_terminal" jupyterlab
7171
7272
- name: Upload extension packages
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: extension-artifacts
7676
path: dist/jupyterlite_terminal*
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
python-version: '3.14'
8989

90-
- uses: actions/download-artifact@v6
90+
- uses: actions/download-artifact@v7
9191
with:
9292
name: extension-artifacts
9393

@@ -130,7 +130,7 @@ jobs:
130130
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
131131

132132
- name: Download extension package
133-
uses: actions/download-artifact@v6
133+
uses: actions/download-artifact@v7
134134
with:
135135
name: extension-artifacts
136136

@@ -166,7 +166,7 @@ jobs:
166166
jlpm build
167167
168168
- name: Set up browser cache
169-
uses: actions/cache@v4
169+
uses: actions/cache@v5
170170
with:
171171
path: |
172172
${{ github.workspace }}/pw-browsers
@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Upload Playwright Test report
185185
if: always()
186-
uses: actions/upload-artifact@v5
186+
uses: actions/upload-artifact@v6
187187
with:
188188
name: jupyterlite_terminal-playwright-tests
189189
path: |

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Upload Distributions
27-
uses: actions/upload-artifact@v5
27+
uses: actions/upload-artifact@v6
2828
with:
2929
name: jupyterlite_terminal-releaser-dist-${{ github.run_number }}
3030
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)