diff --git a/.github/workflows/desktop-build-and-publish.yml b/.github/workflows/desktop-build-and-publish.yml index 29e9a7bc..a2caa482 100644 --- a/.github/workflows/desktop-build-and-publish.yml +++ b/.github/workflows/desktop-build-and-publish.yml @@ -24,7 +24,7 @@ jobs: cache: 'npm' - name: Cache Electron (Windows) - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~\AppData\Local\electron\Cache @@ -108,7 +108,7 @@ jobs: cache: 'npm' - name: Cache Electron (macOS) - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/Library/Caches/electron