Skip to content

Commit

Permalink
Update action.yml to use artifacts@v4
Browse files Browse the repository at this point in the history
v3 is getting deprecated.
  • Loading branch information
aeisenberg authored Dec 4, 2024
1 parent f56b2c9 commit 1ac6c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ac6c37

Please sign in to comment.