Skip to content

Commit 515c650

Browse files
authored
Merge pull request #18212 from github/aeisenberg/artifacts-v4
Update action.yml to use artifacts@v4
2 parents f56b2c9 + 1ac6c37 commit 515c650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
6060
- name: Upload qhelp markdown
6161
if: inputs.run-code-checks == 'true' && !cancelled()
62-
uses: actions/upload-artifact@v3
62+
uses: actions/upload-artifact@v4
6363
with:
6464
name: qhelp-markdown
6565
path: go/qhelp-out/**/*.md

0 commit comments

Comments
 (0)