diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index f8200195..4ebae5be 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -63,7 +63,7 @@ jobs: artifact-name: marine - name: Download sqlite-wasm - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 continue-on-error: true with: name: sqlite-wasm diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 72dbfc95..c7b2b575 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: artifact-name: marine - name: Download sqlite-wasm - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 continue-on-error: true with: name: sqlite-wasm