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>
This commit is contained in:
leafdbot[bot] 2025-10-05 00:30:57 -06:00 committed by GitHub
parent 8cb7c1e99e
commit 65dc51cefa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,7 +216,7 @@ jobs:
version=$(jq -r '."."' .release-please-manifest.json) version=$(jq -r '."."' .release-please-manifest.json)
echo "version=$version" >> $GITHUB_OUTPUT echo "version=$version" >> $GITHUB_OUTPUT
- name: Download all artifacts - name: Download all artifacts
uses: actions/download-artifact@v4 uses: actions/download-artifact@v5
with: with:
path: artifacts path: artifacts
- name: Print directory structure - name: Print directory structure