Skip to content

Commit 80bbd38

Browse files
Merge pull request #228 from TheDragonCode/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 7194da9 + 0624672 commit 80bbd38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Download docs artifact
51-
uses: actions/download-artifact@v5
51+
uses: actions/download-artifact@v6
5252
with:
5353
name: docs
5454
path: artifacts
@@ -95,12 +95,12 @@ jobs:
9595

9696
steps:
9797
- name: Download docs artifact
98-
uses: actions/download-artifact@v5
98+
uses: actions/download-artifact@v6
9999
with:
100100
name: docs
101101

102102
- name: Download robots artifact
103-
uses: actions/download-artifact@v5
103+
uses: actions/download-artifact@v6
104104
with:
105105
name: robots
106106

0 commit comments

Comments
 (0)