diff options
| author | hathach <[email protected]> | 2025-10-24 17:24:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-24 17:31:04 +0700 |
| commit | b08f672daf1efadd9c77a775332dc0b64ac22e4a (patch) | |
| tree | d58fbe6480d3f5b97c155f1cf0fab65facaa1f78 /.github/workflows/build.yml | |
| parent | 55c6d07af314627c55d595cc74d0d7694ce6f091 (diff) | |
add pvs-studio analyze to ci
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index becbc5069..0495ba6a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -219,7 +219,7 @@ jobs: uses: actions/checkout@v4 - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: path: cmake-build merge-multiple: true |
