-
Select Topic AreaBug BodyHello. I'm unsure if this is the right place to report this issue or ask for help. I reported the same issue here and here, hoping that someone has already dealt with it. I recently noticed a strange behavior change (no more than a few days ago) in a workflow based on The problem is that the cache report (in Job Summary) says the cache gets read or written, but the "Caches" page claims it's empty. Just a week ago I saw the cache entries on the "Caches" page normally and I don't understand what happened to it. A workflow triggered from the default branch correctly saves the cache entries: Then another one triggered from a pull request targeting the default branch reads the cache: and yet the "Caches" page shows nothing: I'm pretty sure there were no modifications to the workflow, so I'm surprised that the "Caches" suddenly became empty. Could it be a GitHub's bug? I tried to query the information about the cache via
Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Same problem here. Cache seems to work normally in actions but the list of caches is empty. |
Beta Was this translation helpful? Give feedback.
-
Same here using, despite the cache-nix-action output:
I have no idea when it has changed, but the caches of all repositories I could think of are empty today. |
Beta Was this translation helpful? Give feedback.
-
When this deprecation on 1st of Feb. could explain some of the problems described above, it seems like it would not impact the nix-community/cache-nix-action since it is already using action/cache v3+... |
Beta Was this translation helpful? Give feedback.
-
Same problem here. Anybody knows how I can nevertheless delete a cache entry without the UI/API showing it? |
Beta Was this translation helpful? Give feedback.
-
It turned out that updating |
Beta Was this translation helpful? Give feedback.
It turned out that updating
setup-gradle
tov4
fixes the problem. See this issue for more details: gradle/actions#553