From 65dc51cefa8d37ffceae2d9dfb88a30962e40146 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 00:30:57 -0600 Subject: [PATCH] chore(deps): update actions/download-artifact action to v5 (#34) Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> Co-authored-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1e69900..d5927a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -216,7 +216,7 @@ jobs: version=$(jq -r '."."' .release-please-manifest.json) echo "version=$version" >> $GITHUB_OUTPUT - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: artifacts - name: Print directory structure