diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index dde4a8fc6e..950a938194 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -27,7 +27,7 @@ jobs: version_spec: next - name: Upload Distributions - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notebook-jupyter-releaser-dist-${{ github.run_number }} path: .jupyter_releaser_checkout/dist diff --git a/.github/workflows/ui-tests.yml b/.github/workflows/ui-tests.yml index 1c100ae301..b742196e49 100644 --- a/.github/workflows/ui-tests.yml +++ b/.github/workflows/ui-tests.yml @@ -62,7 +62,7 @@ jobs: - name: Upload Playwright Test assets if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notebook-${{ matrix.browser }}-test-assets path: | @@ -70,7 +70,7 @@ jobs: - name: Upload Playwright Test report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notebook-${{ matrix.browser }}-test-report path: | @@ -87,7 +87,7 @@ jobs: - name: Upload updated snapshots if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: notebook-${{ matrix.browser }}-updated-snapshots path: ui-tests/test