Skip to content

Commit 28bec3f

Browse files
authored
Update to actions/upload-artifact@v4
1 parent 6f7aa45 commit 28bec3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,17 @@ jobs:
1818
timeout-minutes: 30
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Base Setup
2323
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24-
- name: Install Dependencies
25-
run: |
26-
pip install -e .
2724
- name: Check Release
2825
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
2926
with:
3027
token: ${{ secrets.GITHUB_TOKEN }}
3128
version_spec: next
3229

3330
- name: Upload Distributions
34-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3532
with:
3633
name: jupyterlite-sphinx-releaser-dist-${{ github.run_number }}
3734
path: .jupyter_releaser_checkout/dist

0 commit comments

Comments
 (0)