Skip to content

Commit 77e769a

Browse files
authored
Upgrade upload-artifact action to v4 (#1928)
1 parent ef44180 commit 77e769a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: ${{ matrix.group == 'link_check' }}
2727
uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1
2828
- name: Upload Distributions
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: nbgrader-jupyter-releaser-dist-${{ github.run_number }}
3232
path: .jupyter_releaser_checkout/dist

.github/workflows/test-extensions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
python tasks.py tests --group=${{ matrix.group }}
9292
- name: Upload Playwright Test report
9393
if: always()
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: nbgrader-uitests-${{ matrix.group }}-${{ matrix.os }}-python${{ matrix.python }}
9797
path: |

0 commit comments

Comments
 (0)