We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dffdcc commit 4322f7fCopy full SHA for 4322f7f
2 files changed
.github/workflows/docs.yml
@@ -38,7 +38,7 @@ jobs:
38
cd docs
39
make html SPHINXOPTS="-W"
40
- name: Upload HTML
41
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
42
with:
43
name: html-${{ github.job }}-${{ strategy.job-index }}
44
path: build/sphinx/html
.github/workflows/publish-release.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23
24
- - uses: actions/create-github-app-token@v2
+ - uses: actions/create-github-app-token@v3
25
id: app-token
26
27
app-id: ${{ vars.APP_ID }}
0 commit comments