diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index c3aacb7b..a8c55f68 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -51,7 +51,7 @@ jobs: run: git submodule update --init - name: build-static run: sudo docker build -t sipp-build docker && sudo docker run -v $PWD:/src sipp-build - - uses: actions/upload-artifact@v1.0.0 + - uses: actions/upload-artifact@v4.0.0 with: name: sipp path: ./sipp