Skip to content

Commit d4daec0

Browse files
authored
Merge pull request #245 from carapace-sh/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents c05773e + 8af4b03 commit d4daec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build Test
2929
run: go test -C cmd/carapace-aws -tags integration -run TestServices -c .
3030

31-
- uses: actions/upload-artifact@v6
31+
- uses: actions/upload-artifact@v7
3232
with:
3333
name: carapace-aws
3434
path: |

0 commit comments

Comments
 (0)