Skip to content

Commit 59d06d1

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `prefix-dev/setup-pixi` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.2...v0.9.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6923a84 commit 59d06d1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
python-version: ${{ matrix.python }}
144144
allow-prereleases: true
145-
- uses: actions/download-artifact@v5
145+
- uses: actions/download-artifact@v6
146146
with:
147147
name: notebook-dist-${{ github.run_number }}
148148
path: ./dist

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version_spec: next
2828

2929
- name: Upload Distributions
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: notebook-jupyter-releaser-dist-${{ github.run_number }}
3333
path: .jupyter_releaser_checkout/dist

.github/workflows/playwright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build
8787
uses: ./.github/actions/build-dist
8888

89-
- uses: actions/download-artifact@v5
89+
- uses: actions/download-artifact@v6
9090
with:
9191
name: notebook-dist-${{ github.run_number }}
9292
path: ./dist

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 4 deletions
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@v5
42+
- uses: actions/download-artifact@v6
4343
with:
4444
name: notebook-dist-${{ github.run_number }}
4545
path: ./dist
@@ -62,15 +62,15 @@ jobs:
6262
6363
- name: Upload Playwright Test assets
6464
if: always()
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: notebook-${{ matrix.browser }}-test-assets
6868
path: |
6969
ui-tests/test-results
7070
7171
- name: Upload Playwright Test report
7272
if: always()
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v5
7474
with:
7575
name: notebook-${{ matrix.browser }}-test-report
7676
path: |
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Upload updated snapshots
8989
if: failure()
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v5
9191
with:
9292
name: notebook-${{ matrix.browser }}-updated-snapshots
9393
path: ui-tests/test

.github/workflows/upgrade-jupyterlab-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
jlpm
8080
jlpm deduplicate
8181
fi
82-
- uses: prefix-dev/setup-pixi@v0.9.2
82+
- uses: prefix-dev/setup-pixi@v0.9.3
8383
with:
8484
pixi-version: v0.41.4
8585
manifest-path: pyproject.toml

0 commit comments

Comments
 (0)