mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Update action.yml to use artifacts@v4
v3 is getting deprecated.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user