From 203efd901e54773f7faa16f0d48a7f301bad6340 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Wed, 24 Apr 2024 19:14:55 +0200 Subject: [PATCH] Fix artefact incompatibility --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index cf116f39..5cfba1d7 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -34,7 +34,7 @@ jobs: melos bootstrap --scope drift dart run drift/tool/download_sqlite3.dart - name: Upload built sqlite3 binaries - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 # we only need these artifacts on Linux since we run unit tests on Linux only if: runner.os == 'Linux' with: