From 0a4bf5cbc11fe54cb76cfa87ac9ceaf15cbde157 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 21:30:29 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 --- .github/workflows/example-build-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-build-artifacts.yml b/.github/workflows/example-build-artifacts.yml index 53a69c436..584d806cf 100644 --- a/.github/workflows/example-build-artifacts.yml +++ b/.github/workflows/example-build-artifacts.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Restore build artifacts - uses: actions/download-artifact@v4 # https://github.com/actions/download-artifact + uses: actions/download-artifact@v5 # https://github.com/actions/download-artifact with: name: app path: examples/nextjs/build