Skip to content

Commit 96ba655

Browse files
authored
Merge pull request #3295 from carapace-sh/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 1206ade + 24eb9de commit 96ba655

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
run: ls cmd/ | xargs -I'{}' sh -c "cd ./cmd/{} && go install -v -tags force_all ."
3131

32-
- uses: actions/upload-artifact@v6
32+
- uses: actions/upload-artifact@v7
3333
with:
3434
name: carapace
3535
path: /go/bin/carapace

0 commit comments

Comments
 (0)