We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef44180 commit 77e769aCopy full SHA for 77e769a
.github/workflows/check-release.yml
@@ -26,7 +26,7 @@ jobs:
26
if: ${{ matrix.group == 'link_check' }}
27
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
28
- name: Upload Distributions
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
30
with:
31
name: nbgrader-jupyter-releaser-dist-${{ github.run_number }}
32
path: .jupyter_releaser_checkout/dist
.github/workflows/test-extensions.yml
@@ -91,7 +91,7 @@ jobs:
91
python tasks.py tests --group=${{ matrix.group }}
92
- name: Upload Playwright Test report
93
if: always()
94
95
96
name: nbgrader-uitests-${{ matrix.group }}-${{ matrix.os }}-python${{ matrix.python }}
97
path: |
0 commit comments