Skip to content

Commit 4992b92

Browse files
authored
Merge pull request #1173 from carapace-sh/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 205a917 + 2e68f4b commit 4992b92

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@v4
24+
- uses: actions/upload-artifact@v5
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@v4
45+
- uses: actions/upload-artifact@v5
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@v4
34+
- uses: actions/upload-artifact@v5
3535
with:
3636
name: ${{ inputs.topic }}
3737
path: |

0 commit comments

Comments
 (0)