CI: updated to newer tool versions

This commit is contained in:
SChernykh
2024-01-26 15:31:52 +01:00
parent 08fb0ecb53
commit aacee86563
7 changed files with 56 additions and 56 deletions

View File

@@ -25,12 +25,12 @@ jobs:
sudo apt install -y libuv1-dev libzmq3-dev libcurl4-openssl-dev
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Checkout cppcheck
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: danmar/cppcheck
path: cppcheck-main
@@ -53,7 +53,7 @@ jobs:
./run.sh
- name: Archive full error list
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: errors_full-linux
path: cppcheck/errors_full.txt
@@ -65,12 +65,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Checkout cppcheck
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: danmar/cppcheck
path: cppcheck-main
@@ -95,7 +95,7 @@ jobs:
./run.cmd
- name: Archive full error list
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: errors_full-windows
path: cppcheck/errors_full.txt