Skip to content

Commit d0c06e9

Browse files
authored
Merge pull request #4454 from c2corg/dependabot/github_actions/actions/download-artifact-6
chore(deps): bump actions/download-artifact from 5 to 6
2 parents 56085e0 + edc8bd5 commit d0c06e9

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)