From 2715276033e1af5d559adde24f3c6e2f73c74bca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 21:03:25 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/gatsby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 3b9ba3a02..07b8a6661 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -110,7 +110,7 @@ jobs: needs: [lint, test, build] steps: - name: Download production artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: List production artifacts run: | ls -R