From 2ec280f749eef8ce94cc7dc12056334e7bfb5610 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Sat, 28 Sep 2024 17:18:40 +0100 Subject: [PATCH] Try to fix the failing github CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a08eecd..fdbd7a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: github_event: ${{ github.event_name }} github_ref: ${{ github.ref }} - name: Upload export.json - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4 with: path: export.json