mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Update cppcheck.yml
This commit is contained in:
parent
94496c3dde
commit
2df53839d9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cppcheck.yml
vendored
4
.github/workflows/cppcheck.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
path: cppcheck/errors_full.txt
|
||||
|
||||
- name: Archive checkers report
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: checkers_report-linux
|
||||
path: cppcheck/checkers_report.txt
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
path: cppcheck/errors_full.txt
|
||||
|
||||
- name: Archive checkers report
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: checkers_report-windows
|
||||
path: cppcheck/checkers_report.txt
|
||||
|
|
Loading…
Reference in a new issue