From ef530aac98d7dbbc7c73fbbf17542eb114d1dbba Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 22 Feb 2023 11:10:57 +0100 Subject: [PATCH] ci/github: update action versions and run names --- .github/workflows/cmake-build-ci.gen | 13 +++++++------ .github/workflows/cmake-build-ci.yml | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) 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 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) -- 2.30.2