Update action.yml to use artifacts@v4

v3 is getting deprecated.
This commit is contained in:
Andrew Eisenberg
2024-12-04 11:41:40 -08:00
committed by GitHub
parent f56b2c912a
commit 1ac6c3751b

View File

@@ -59,7 +59,7 @@ runs:
- name: Upload qhelp markdown
if: inputs.run-code-checks == 'true' && !cancelled()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: qhelp-markdown
path: go/qhelp-out/**/*.md