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 11fe3c4 + 8e710e2 commit 33bd533Copy full SHA for 33bd533
3 files changed
.github/workflows/doc.yml
@@ -21,7 +21,7 @@ jobs:
21
cd example
22
go build
23
24
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
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