diff --git a/.github/workflows/CommonCI.yml b/.github/workflows/CommonCI.yml index b551b5661f..c40e209697 100644 --- a/.github/workflows/CommonCI.yml +++ b/.github/workflows/CommonCI.yml @@ -237,7 +237,7 @@ jobs: - name: Save Julia depot cache on cancel or failure if: cancelled() || failure() - uses: actions/cache/save@v4 + uses: actions/cache/save@v6 with: path: | ${{ steps.julia-cache.outputs.cache-paths }}