We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/upload-artifact@v4
1 parent 6f7aa45 commit 28bec3fCopy full SHA for 28bec3f
.github/workflows/check-release.yml
@@ -18,20 +18,17 @@ jobs:
18
timeout-minutes: 30
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
- name: Base Setup
23
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
24
- - name: Install Dependencies
25
- run: |
26
- pip install -e .
27
- name: Check Release
28
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
29
with:
30
token: ${{ secrets.GITHUB_TOKEN }}
31
version_spec: next
32
33
- name: Upload Distributions
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
36
name: jupyterlite-sphinx-releaser-dist-${{ github.run_number }}
37
path: .jupyter_releaser_checkout/dist
0 commit comments