We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 205a917 + 2e68f4b commit 4992b92Copy full SHA for 4992b92
3 files changed
.github/workflows/doc.yml
@@ -21,7 +21,7 @@ jobs:
21
cd example
22
go build
23
24
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
25
with:
26
name: example
27
path: example/example
.github/workflows/go.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: "Check formatting"
43
run: '[ "$(gofmt -d -s . | tee -a /dev/stderr)" = "" ]'
44
45
46
47
name: coverage
48
path: |
.github/workflows/vhs-template.yml
@@ -31,7 +31,7 @@ jobs:
31
cd docs/src/development/vhs/${{ inputs.topic }}
32
ls *.tape | xargs -n1 vhs
33
34
35
36
name: ${{ inputs.topic }}
37
0 commit comments