8000 Ensure unique name for qhelp artifact · github/codeql@87d92d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87d92d2

Browse files
committed
Ensure unique name for qhelp artifact
1 parent 967e8af commit 87d92d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/actions/test/action.yml

Lines changed: 2 additions & 1 deletion
7F55
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ runs:
1717
using: composite
1818
steps:
1919
- name: Set up Go ${{ inputs.go-test-version }}
20+
id: setup-go
2021
uses: actions/setup-go@v5
2122
with:
2223
go-version: ${{ inputs.go-test-version }}
@@ -65,7 +66,7 @@ runs:
6566
if: inputs.run-code-checks == 'true' && !cancelled()
6667
uses: actions/upload-artifact@v4
6768
with:
68-
name: qhelp-markdown
69+
name: qhelp-markdown-${{ steps.setup-go.outputs.go-version }}
6970
path: go/qhelp-out/**/*.md
7071

7172
- name: Cache compilation cache

0 commit comments

Comments
 (0)
0