From 0fd1e99ed5d6f7c0324e66377401050e8935a011 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:37:09 +0300 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f820019..4ebae5b 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 72dbfc9..c7b2b57 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