We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe80d1 commit 5a2154eCopy full SHA for 5a2154e
.github/workflows/cd.docs.cfp.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build documentation
45
run: ./Taskfile docs publish
46
- name: Upload documentation
47
- uses: actions/upload-artifact@v4.0.0
+ uses: actions/upload-artifact@v4.6.0
48
with:
49
name: dist
50
path: docs/dist
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
run: make test-with-coverage
97
if: matrix.go == '1.21.x'
98
- name: Store code coverage report
99
100
101
with: { name: code-coverage-report, path: c.out }
102
0 commit comments