Skip to content

Commit 71d0445

Browse files
authored
Merge pull request #3033 from carapace-sh/dependabot/github_actions/actions/download-artifact-6
build(deps): bump actions/download-artifact from 5 to 6
2 parents 1c1edad + dc025fc commit 71d0445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v5
6868

69-
- uses: actions/download-artifact@v5
69+
- uses: actions/download-artifact@v6
7070
with:
7171
name: carapace
7272
path: ./cmd/carapace

0 commit comments

Comments
 (0)