Fix artefact incompatibility

This commit is contained in:
Simon Binder 2024-04-24 19:14:55 +02:00
parent 92a01775e8
commit 203efd901e
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
melos bootstrap --scope drift melos bootstrap --scope drift
dart run drift/tool/download_sqlite3.dart dart run drift/tool/download_sqlite3.dart
- name: Upload built sqlite3 binaries - 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 # we only need these artifacts on Linux since we run unit tests on Linux only
if: runner.os == 'Linux' if: runner.os == 'Linux'
with: with: