Skip to content

Commit 652277f

Browse files
chore(deps): update actions/download-artifact action to v5 (#3078)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6085f1a commit 652277f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
node-version: 24
105105
registry-url: 'https://registry.npmjs.org'
106106
- name: Download contents for publish
107-
uses: actions/download-artifact@v4
107+
uses: actions/download-artifact@v5
108108
with:
109109
name: publish-cache-${{ github.run_number }}
110110
# Release Please has already incremented versions and published tags, so we just

0 commit comments

Comments
 (0)