We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b219d99 + 5d7c505 commit 7018e58Copy full SHA for 7018e58
1 file changed
.github/workflows/CI.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Save Julia depot cache on cancel or failure
42
id: julia-cache-save
43
if: cancelled() || failure()
44
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
45
with:
46
path: |
47
${{ steps.julia-cache.outputs.cache-paths }}
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
79
80
0 commit comments