Skip to content

Commit

Permalink
Update cppcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Feb 1, 2024
1 parent 94496c3 commit 2df5383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 2df5383

Please sign in to comment.