Skip to content

Commit 1ac6c37

Browse files
authored
Update action.yml to use artifacts@v4
v3 is getting deprecated.
1 parent f56b2c9 commit 1ac6c37

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)