Skip to content

Commit ac8eafd

Browse files
chore(deps): bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0b1b5fe commit ac8eafd

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)