Skip to content

Commit edc8bd5

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 f929053 commit edc8bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Remove current branch files
9494
run: rm -rf ${{ steps.clean_branch.outputs.CLEAN_BRANCH }}
9595
- name: Retrieve github pages artifact
96-
uses: actions/download-artifact@v5
96+
uses: actions/download-artifact@v6
9797
with:
9898
name: github-pages
9999
path: ${{ steps.clean_branch.outputs.CLEAN_BRANCH }}

0 commit comments

Comments
 (0)