diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7d8ee510a9..f3c4cac54a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -85,7 +85,7 @@ jobs: - name: Libraries cache. id: cache-libs - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ runner.temp }}/.buildx-cache @@ -118,7 +118,7 @@ jobs: - name: Restore Telegram Desktop cache. id: cache-tdesktop if: env.ONLY_CACHE == 'false' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ${{ runner.temp }}/.tdesktop-cache key: ${{ runner.OS }}-tdesktop-${{ matrix.defines || 'null' }}-${{ env.WEEK }} @@ -160,7 +160,7 @@ jobs: github.ref_name == github.event.repository.default_branch && steps.cache-tdesktop.outputs.cache-hit != 'true' && env.ONLY_CACHE == 'false' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ${{ runner.temp }}/.tdesktop-cache key: ${{ steps.cache-tdesktop.outputs.cache-primary-key }} diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index cf8385d1e6..57cfccc219 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -78,7 +78,7 @@ jobs: - name: Libraries cache. id: cache-libs - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | Libraries diff --git a/.github/workflows/mac_packaged.yml b/.github/workflows/mac_packaged.yml index d6d2ce79c8..1f9532a0cc 100644 --- a/.github/workflows/mac_packaged.yml +++ b/.github/workflows/mac_packaged.yml @@ -96,7 +96,7 @@ jobs: - name: RNNoise cache. id: cache-rnnoise - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.LibrariesPath }}/local/rnnoise key: ${{ runner.OS }}-rnnoise-${{ env.RNNOISE }}-${{ env.CACHE_KEY }} @@ -114,7 +114,7 @@ jobs: - name: WebRTC cache. id: cache-webrtc - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.LibrariesPath }}/local/tg_owt key: ${{ runner.OS }}-webrtc-${{ env.WEBRTC }}-${{ env.CACHE_KEY }} @@ -132,7 +132,7 @@ jobs: - name: TDE2E cache. id: cache-tde2e - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.LibrariesPath }}/local/tde2e key: ${{ runner.OS }}-tde2e-${{ env.TDE2E }}-${{ env.CACHE_KEY }} diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index c66abc54fc..81048247d4 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -128,7 +128,7 @@ jobs: - name: ThirdParty cache. id: cache-third-party - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.TBUILD }}\ThirdParty key: ${{ runner.OS }}-${{ runner.arch }}-third-party-${{ env.CACHE_KEY }} @@ -136,7 +136,7 @@ jobs: - name: Libraries cache. id: cache-libs - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.LibrariesPath }}\* @@ -149,7 +149,7 @@ jobs: - name: Qt cache. id: cache-qt - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ env.LibrariesPath }}\[qQ]t[_-]*