Skip to content

Commit 36def9d

Browse files
authored
Merge pull request #1143 from carapace-sh/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 7d239c4 + 9a4e68f commit 36def9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
key: linkcheck
6868
path: docs/book/linkcheck
6969

70-
- uses: actions/download-artifact@v4
70+
- uses: actions/download-artifact@v5
7171
with:
7272
path: docs/src/development/vhs/
7373

.github/workflows/vhs-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: shallow clone
2020
uses: actions/checkout@v4
2121

22-
- uses: actions/download-artifact@v4
22+
- uses: actions/download-artifact@v5
2323
with:
2424
name: example
2525
path: /usr/local/bin/

0 commit comments

Comments
 (0)