From 6103b8ea32640493f85802556f61472f1fa81c1c Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Tue, 1 Oct 2024 10:06:00 +0200 Subject: [PATCH] Upgrade upload-artifact action to v4 --- .github/workflows/check-release.yml | 2 +- .github/workflows/test-extensions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index 7e22430d7..0853c22e8 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -26,7 +26,7 @@ jobs: if: ${{ matrix.group == 'link_check' }} uses: jupyter-server/jupyter_releaser/.github/actions/check-links@v1 - name: Upload Distributions - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nbgrader-jupyter-releaser-dist-${{ github.run_number }} path: .jupyter_releaser_checkout/dist diff --git a/.github/workflows/test-extensions.yml b/.github/workflows/test-extensions.yml index 425e9e39a..015a5255c 100644 --- a/.github/workflows/test-extensions.yml +++ b/.github/workflows/test-extensions.yml @@ -91,7 +91,7 @@ jobs: python tasks.py tests --group=${{ matrix.group }} - name: Upload Playwright Test report if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: nbgrader-uitests-${{ matrix.group }}-${{ matrix.os }}-python${{ matrix.python }} path: |