Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Apr 24, 2024
1 parent c2cd96f commit 534fe13
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,20 @@ jobs:
original-analysis-output: "codechecker_results"

- name: Upload CodeChecker report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "${{ steps.codechecker.outputs.result-html-dir }}"

- name: Upload CodeChecker report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "${{ steps.codechecker2.outputs.result-html-dir }}"

- name: Upload CodeChecker report
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/cmds.json

# - name: Upload SARIF report
# uses: github/codeql-action/upload-sarif@v2
# with:
Expand Down

0 comments on commit 534fe13

Please sign in to comment.