X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fcmake-build-ci.yml;fp=.github%2Fworkflows%2Fcmake-build-ci.yml;h=b2fd339398022bd97305f3171fb35dbc826c79ec;hb=ef530aac98d7dbbc7c73fbbf17542eb114d1dbba;hp=9abe6a73d48cf2e89696a192883782db3a1acd3a;hpb=ae093bfbe9693e50a368e29048d83c2f8f8422e7;p=awesomized%2Flibmemcached diff --git a/.github/workflows/cmake-build-ci.yml b/.github/workflows/cmake-build-ci.yml index 9abe6a73..b2fd3393 100644 --- a/.github/workflows/cmake-build-ci.yml +++ b/.github/workflows/cmake-build-ci.yml @@ -120,7 +120,7 @@ jobs: GITTER: ${{ secrets.GITTER }} if: (success() || failure()) && env.GITTER != '' run: bash .github/notify-gitter.sh ${{ job.status }} - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3 # sanitizer sanitizer: @@ -296,7 +296,7 @@ jobs: # mac debug dbg-mac: - name: dbg-mac (macos-10.15, clang, cur) + name: debug (macos-10.15, clang, cur) runs-on: macos-10.15 # env: CMAKE_BUILD_TYPE: "Debug" @@ -310,7 +310,7 @@ jobs: CC_VER: cur # continue-on-error: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies (macOS) if: runner.os == 'macOS' run: | @@ -368,11 +368,11 @@ jobs: GITTER: ${{ secrets.GITTER }} if: (success() || failure()) && env.GITTER != '' run: bash .github/notify-gitter.sh ${{ job.status }} - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v3 # mac release rel-mac: - name: rel-mac (macos-10.15, clang, cur) + name: release (macos-10.15, clang, cur) runs-on: macos-10.15 # env: CMAKE_BUILD_TYPE: "Release" @@ -446,6 +446,7 @@ jobs: # windows release builds windows: + name: release strategy: fail-fast: false matrix: @@ -461,7 +462,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 - name: Prepare environment (Windows)