From 846a049122677fc2b44ff4af0d18efd8c56417f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:12:34 +0100 Subject: [PATCH] build(deps): bump actions/download-artifact from 3 to 4 (#10) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 578cc40..0a867cc 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -155,7 +155,7 @@ jobs: needs: build-and-test runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: path: tmp