Skip to content

Commit d1b5e61

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 165b84e commit d1b5e61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
python-version: ${{ matrix.python }}
144144
architecture: 'x64'
145145
allow-prereleases: true
146-
- uses: actions/download-artifact@v3
146+
- uses: actions/download-artifact@v4
147147
with:
148148
name: notebook-dist-${{ github.run_number }}
149149
path: ./dist

.github/workflows/playwright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build
4646
uses: ./.github/actions/build-dist
4747

48-
- uses: actions/download-artifact@v3
48+
- uses: actions/download-artifact@v4
4949
with:
5050
name: notebook-dist-${{ github.run_number }}
5151
path: ./dist

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Base Setup
4040
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
4141

42-
- uses: actions/download-artifact@v3
42+
- uses: actions/download-artifact@v4
4343
with:
4444
name: notebook-dist-${{ github.run_number }}
4545
path: ./dist

0 commit comments

Comments
 (0)