From 30462cd66fe2c717730ce190d65e743ce45df2b3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 27 Mar 2026 23:56:06 +0100 Subject: [PATCH] GHA/http3-linux: fix openssl4 version in cache keys Follow-up to 7523de760d7b41045b4c5ab4b8cb2419d037f049 #21118 Closes #21132 --- .github/workflows/http3-linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/http3-linux.yml b/.github/workflows/http3-linux.yml index 6dbba202d0..b68b761b17 100644 --- a/.github/workflows/http3-linux.yml +++ b/.github/workflows/http3-linux.yml @@ -82,7 +82,7 @@ jobs: cache-name: cache-openssl4-http3-no-deprecated with: path: ~/openssl4/build - key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }} + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL4_VERSION }} - name: 'cache libressl' uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 @@ -164,7 +164,7 @@ jobs: cache-name: cache-ngtcp2-openssl4 with: path: ~/ngtcp2-openssl4/build - key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.BORINGSSL_VERSION }} + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.OPENSSL4_VERSION }} - name: 'cache ngtcp2 boringssl' uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 @@ -581,7 +581,7 @@ jobs: cache-name: cache-openssl4-http3-no-deprecated with: path: ~/openssl4/build - key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL_VERSION }} + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.OPENSSL4_VERSION }} fail-on-cache-miss: true - name: 'cache libressl' @@ -679,7 +679,7 @@ jobs: cache-name: cache-ngtcp2-openssl4 with: path: ~/ngtcp2-openssl4/build - key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.BORINGSSL_VERSION }} + key: ${{ runner.os }}-http3-build-${{ env.cache-name }}-${{ env.NGTCP2_VERSION }}-${{ env.OPENSSL4_VERSION }} fail-on-cache-miss: true - name: 'cache ngtcp2 boringssl'