Skip to content

Commit 33bd533

Browse files
authored
Merge pull request #1201 from carapace-sh/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents 11fe3c4 + 8e710e2 commit 33bd533

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cd example
2222
go build
2323
24-
- uses: actions/upload-artifact@v6
24+
- uses: actions/upload-artifact@v7
2525
with:
2626
name: example
2727
path: example/example

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: "Check formatting"
4343
run: '[ "$(gofmt -d -s . | tee -a /dev/stderr)" = "" ]'
4444

45-
- uses: actions/upload-artifact@v6
45+
- uses: actions/upload-artifact@v7
4646
with:
4747
name: coverage
4848
path: |

.github/workflows/vhs-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd docs/src/development/vhs/${{ inputs.topic }}
3232
ls *.tape | xargs -n1 vhs
3333
34-
- uses: actions/upload-artifact@v6
34+
- uses: actions/upload-artifact@v7
3535
with:
3636
name: ${{ inputs.topic }}
3737
path: |

0 commit comments

Comments
 (0)