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.
1 parent 967e8af commit 87d92d2Copy full SHA for 87d92d2
go/actions/test/action.yml
@@ -17,6 +17,7 @@ runs:
17
using: composite
18
steps:
19
- name: Set up Go ${{ inputs.go-test-version }}
20
+ id: setup-go
21
uses: actions/setup-go@v5
22
with:
23
go-version: ${{ inputs.go-test-version }}
@@ -65,7 +66,7 @@ runs:
65
66
if: inputs.run-code-checks == 'true' && !cancelled()
67
uses: actions/upload-artifact@v4
68
- name: qhelp-markdown
69
+ name: qhelp-markdown-${{ steps.setup-go.outputs.go-version }}
70
path: go/qhelp-out/**/*.md
71
72
- name: Cache compilation cache
0 commit comments