Skip to content

Commit 016ab57

Browse files
authored
Merge pull request #263 from modcluster/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents d8fc4da + 5779cea commit 016ab57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout
3838
uses: actions/checkout@v6
3939
- name: Get generated-docs
40-
uses: actions/download-artifact@v6
40+
uses: actions/download-artifact@v7
4141
with:
4242
name: generated-docs
4343
path: generated-docs/

0 commit comments

Comments
 (0)