Skip to content

Commit eb79e4a

Browse files
authored
Merge pull request cli#12032 from cli/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 149d431 + ac8eafd commit eb79e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- name: Checkout cli/cli
257257
uses: actions/checkout@v5
258258
- name: Merge built artifacts
259-
uses: actions/download-artifact@v5
259+
uses: actions/download-artifact@v6
260260
- name: Checkout documentation site
261261
uses: actions/checkout@v5
262262
with:

0 commit comments

Comments
 (0)