From d0bca94638d08ca04fb96f1127fe56c1dbc07501 Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 27 Apr 2022 13:29:41 +0200 Subject: [PATCH] Installers: update workflow name --- .github/workflows/installers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 52667879f..c7b27645f 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -1,4 +1,4 @@ -name: Publish binary packages +name: Installers on: push: @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache build directory - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/build/ key: ${{runner.os}}-ct-ng-1.25.0-RC2