diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05185497c6..5660d978b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -601,7 +601,7 @@ jobs: echo %GETTEXT64_URL%>> urls.txt - name: Cache downloaded files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: downloads key: ${{ runner.os }}-${{ matrix.arch }}-${{ hashFiles('urls.txt') }}