diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 0ea6dbe17..abfdf99da 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -77,7 +77,7 @@ jobs: - name: Restore cached results if: ${{ ! inputs.ignore_prev_result }} - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 id: restore-cached-results with: path: ${{github.workspace}}/merged-result.json @@ -158,7 +158,7 @@ jobs: destination: _jekyll write-summary: true - name: Save result - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: ${{github.workspace}}/merged-result.json key: ${{ runner.os }}-verify-result-${{ github.sha }}