diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6785b60..05979e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(Ubuntu) if: matrix.os == 'ubuntu-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.config/calibre/plugins/worddumb-libs-py* @@ -113,7 +113,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(macOS) if: matrix.os == 'macos-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/Library/Preferences/calibre/plugins/worddumb-libs-py* @@ -122,7 +122,7 @@ jobs: - name: Restore dependencies and Wikipedia cache(Windows) if: matrix.os == 'windows-latest' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/AppData/Roaming/calibre/plugins/worddumb-libs-py*