From b7cd9618c4a70a3cd0a56941522288f5b46b25a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:12:06 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/snapshot.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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