diff --git a/.github/workflows/github-ci.yaml b/.github/workflows/github-ci.yaml index 085e86a5d..fa06399b3 100644 --- a/.github/workflows/github-ci.yaml +++ b/.github/workflows/github-ci.yaml @@ -75,7 +75,7 @@ jobs: submodules: 'recursive' - name: Cache Downloaded Files id: cache-downloaded-files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/tests/pdf_cache/*' key: cache-downloaded-files