diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 9e37cd2b..aad864df 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -138,7 +138,7 @@ jobs: run: echo "timestamp=$(date -u '+%Y%m%d%H%M%S')" >>"$GITHUB_OUTPUT" - name: Restore cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: timestamp: ${{steps.cache_timestamp.outputs.timestamp}} with: