X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=.github%2Fworkflows%2Fcmake-build-ci.gen;h=99703e7995354feb707554ae8934bf5a8d2ab918;hb=ef530aac98d7dbbc7c73fbbf17542eb114d1dbba;hp=f04e5205c9139cee5376a6f54f4d159864da6579;hpb=ae093bfbe9693e50a368e29048d83c2f8f8422e7;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.gen b/.github/workflows/cmake-build-ci.gen index f04e5205..99703e79 100755 --- a/.github/workflows/cmake-build-ci.gen +++ b/.github/workflows/cmake-build-ci.gen @@ -346,7 +346,7 @@ jobs: path: memcached ref: 1.6.7 - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3 # sanitizer sanitizer: @@ -388,7 +388,7 @@ jobs: # mac debug dbg-mac: - name: dbg-mac (, , ) + name: debug (, , ) runs-on: # env: CMAKE_BUILD_TYPE: "Debug" @@ -399,13 +399,13 @@ jobs: continue-on-error: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3 # mac release rel-mac: - name: rel-mac (, , ) + name: release (, , ) runs-on: # env: CMAKE_BUILD_TYPE: "Release" @@ -420,6 +420,7 @@ jobs: # windows release builds windows: + name: release strategy: fail-fast: false matrix: @@ -435,7 +436,7 @@ jobs: CC_VND: ${{ matrix.cc_vnd }} CC_VER: ${{ matrix.cc_ver }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0