Update cppcheck.yml
This commit is contained in:
4
.github/workflows/cppcheck.yml
vendored
4
.github/workflows/cppcheck.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
path: cppcheck/errors_full.txt
|
path: cppcheck/errors_full.txt
|
||||||
|
|
||||||
- name: Archive checkers report
|
- name: Archive checkers report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: checkers_report-linux
|
name: checkers_report-linux
|
||||||
path: cppcheck/checkers_report.txt
|
path: cppcheck/checkers_report.txt
|
||||||
@@ -102,7 +102,7 @@ jobs:
|
|||||||
path: cppcheck/errors_full.txt
|
path: cppcheck/errors_full.txt
|
||||||
|
|
||||||
- name: Archive checkers report
|
- name: Archive checkers report
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: checkers_report-windows
|
name: checkers_report-windows
|
||||||
path: cppcheck/checkers_report.txt
|
path: cppcheck/checkers_report.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user