[CI] Fix intermittent failure when using actions/cache (#4219)

This commit is contained in:
filtered
2025-06-18 01:24:42 -07:00
committed by GitHub
parent c745af0f25
commit 0832347f47

View File

@@ -47,7 +47,7 @@ jobs:
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT
- name: Cache setup
uses: actions/cache@v3
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: |
ComfyUI
@@ -63,7 +63,7 @@ jobs:
browser: [chromium, chromium-2x, mobile-chrome]
steps:
- name: Restore cached setup
uses: actions/cache@v3
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: |
ComfyUI